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