We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4c11b + 0e10881 commit 75536d1Copy full SHA for 75536d1
project/Dependencies.scala
@@ -77,7 +77,7 @@ object Dependencies {
77
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
78
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
79
80
- val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.7"
+ val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.8"
81
82
def sjsonNew(n: String) =
83
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
0 commit comments