Skip to content

Commit

Permalink
Merge pull request #7513 from kubukoz/update-lm
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 15, 2024
2 parents 48c2376 + 4507135 commit 9bd80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -77,7 +77,7 @@ object Dependencies {
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)

val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.3"
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
Expand Down

0 comments on commit 9bd80cf

Please sign in to comment.