mirror of https://github.com/sbt/sbt.git
[2.x] Update to Zinc 2.0.0-M15 (#8980)
This commit is contained in:
parent
f98c4ce139
commit
3c34579c18
|
|
@ -12,7 +12,7 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
val ioVersion = nightlyVersion.getOrElse("1.10.5")
|
||||
val zincVersion = nightlyVersion.getOrElse("2.0.0-M14")
|
||||
val zincVersion = nightlyVersion.getOrElse("2.0.0-M15")
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue