mirror of https://github.com/sbt/sbt.git
Bump io and util
This commit is contained in:
parent
6fe4d820ed
commit
3244e67040
|
|
@ -5,8 +5,8 @@ object Dependencies {
|
|||
val scala211 = "2.11.8"
|
||||
val scala212 = "2.12.1"
|
||||
|
||||
private val ioVersion = "1.0.0-M9"
|
||||
private val utilVersion = "1.0.0-M20"
|
||||
private val ioVersion = "1.0.0-M10"
|
||||
private val utilVersion = "1.0.0-M22"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue