Skip to content

Commit

Permalink
Merge pull request #7499 from hagay3/1.10.x
Browse files Browse the repository at this point in the history
upgrade lm-coursier-shaded to 2.1.3
  • Loading branch information
adpi2 committed Feb 19, 2024
2 parents a1599c9 + 0f4be24 commit 48c2376
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.2"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.3"

def sjsonNew(n: String) =
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
Expand Down

0 comments on commit 48c2376

Please sign in to comment.