Skip to content

Commit

Permalink
sjson-new 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 6, 2024
1 parent 586e0a7 commit 82a88aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object Dependencies {
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.4"

def sjsonNew(n: String) =
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
Def.setting("com.eed3si9n" %% n % "0.13.1") // contrabandSjsonNewVersion.value
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")

Expand Down

0 comments on commit 82a88aa

Please sign in to comment.