mirror of https://github.com/sbt/sbt.git
bump modules to 1.2.0-M1
This commit is contained in:
parent
6fbb7f055a
commit
ddf0f4f43d
|
|
@ -8,10 +8,10 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.1.10"
|
||||
private val utilVersion = "1.1.3"
|
||||
private val lmVersion = "1.1.5"
|
||||
private val zincVersion = "1.1.7"
|
||||
private val ioVersion = "1.2.0-M1"
|
||||
private val utilVersion = "1.2.0-M1"
|
||||
private val lmVersion = "1.2.0-M1"
|
||||
private val zincVersion = "1.2.0-M1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue