mirror of https://github.com/sbt/sbt.git
Bump IO
This commit is contained in:
parent
e9e6939c8f
commit
ed8034f12d
|
|
@ -6,7 +6,7 @@ object Dependencies {
|
|||
val scala211 = "2.11.8"
|
||||
val scala212 = "2.12.1"
|
||||
|
||||
private val ioVersion = "1.0.0-M9"
|
||||
private val ioVersion = "1.0.0-M10"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue