Update coursier to 2.0.0-RC5-6

This commit is contained in:
Anil Kumar Myla 2020-02-04 11:40:17 -08:00
parent dc34dd4955
commit bbc25c5ec4
No known key found for this signature in database
GPG Key ID: BC80B8B017F64FC7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ object Dependencies {
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0-RC5-3"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0-RC5-6"
def sjsonNew(n: String) = Def.setting("com.eed3si9n" %% n % contrabandSjsonNewVersion.value)
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")