mirror of https://github.com/sbt/sbt.git
Bump io
My next commit replaces the implementation of Watched.executeContinuously using apis that are available only in a pending io pull request (https://github.com/sbt/io/pull/142).
This commit is contained in:
parent
a2af3bff15
commit
8c6f71a180
|
|
@ -8,7 +8,7 @@ object Dependencies {
|
|||
val baseScalaVersion = scala212
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.1.6"
|
||||
private val ioVersion = "1.1.6-SNAPSHOT"
|
||||
private val utilVersion = "1.1.3"
|
||||
private val lmVersion = "1.1.4"
|
||||
private val zincVersion = "1.1.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue