Update incrementalcompiler to 0.1.0-M3

This commit is contained in:
Martin Duhem 2016-02-24 19:49:09 +01:00
parent 20d0c41473
commit bf12a2b9c6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ object Dependencies {
// sbt modules
val utilVersion = "0.1.0-M8"
val ioVersion = "1.0.0-M3"
val incrementalcompilerVersion = "0.1.0-M2-ea408e4710e2616f437d5cfae5ba4846fcb9a019-SNAPSHOT"
val incrementalcompilerVersion = "0.1.0-M3"
val librarymanagementVersion = "0.1.0-M7"
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion