mirror of https://github.com/sbt/sbt.git
IO 1.0.0-RC3, Util 1.0.0-RC3
This commit is contained in:
parent
831e99bd59
commit
0a42cf0749
|
|
@ -6,8 +6,8 @@ object Dependencies {
|
|||
val scala211 = "2.11.11"
|
||||
val scala212 = "2.12.3"
|
||||
|
||||
private val ioVersion = "1.0.0-M13"
|
||||
private val utilVersion = "1.0.0-M27"
|
||||
private val ioVersion = "1.0.0-RC3"
|
||||
private val utilVersion = "1.0.0-RC3"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue