mirror of https://github.com/sbt/sbt.git
IO, Util, LM, Zinc 1.0.0-RC3
This commit is contained in:
parent
0850df67e8
commit
4d8d5f5df0
|
|
@ -12,10 +12,10 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.0.0-M12"
|
||||
private val utilVersion = "1.0.0-M28"
|
||||
private val lmVersion = "1.0.0-X18"
|
||||
private val zincVersion = "1.0.0-X20"
|
||||
private val ioVersion = "1.0.0-RC3"
|
||||
private val utilVersion = "1.0.0-RC3"
|
||||
private val lmVersion = "1.0.0-RC3"
|
||||
private val zincVersion = "1.0.0-RC3"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue