mirror of https://github.com/sbt/sbt.git
update zinc and sbt-coursier dependencies
This commit is contained in:
parent
4a1ba0c970
commit
447c2ba5e5
|
|
@ -15,7 +15,7 @@ object Dependencies {
|
|||
private val ioVersion = nightlyVersion.getOrElse("1.9.7")
|
||||
private val lmVersion =
|
||||
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.3")
|
||||
val zincVersion = nightlyVersion.getOrElse("1.10.0-M2")
|
||||
val zincVersion = nightlyVersion.getOrElse("1.10.0-M3")
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue