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:
Ethan Atkins 2018-04-12 12:30:11 -07:00
parent a2af3bff15
commit 8c6f71a180
1 changed files with 1 additions and 1 deletions

View File

@ -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"