We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21598f + bc150ef commit 25f492dCopy full SHA for 25f492d
project/Dependencies.scala
@@ -76,7 +76,7 @@ object Dependencies {
76
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompileJVM2_12", zincCompile)
77
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCoreJVM2_12", zincCompileCore)
78
79
- val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0"
+ val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.3"
80
81
def sjsonNew(n: String) =
82
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
0 commit comments