mirror of https://github.com/sbt/sbt.git
Update incrementalcompiler to 0.1.0-M3
This commit is contained in:
parent
20d0c41473
commit
bf12a2b9c6
|
|
@ -11,7 +11,7 @@ object Dependencies {
|
||||||
// sbt modules
|
// sbt modules
|
||||||
val utilVersion = "0.1.0-M8"
|
val utilVersion = "0.1.0-M8"
|
||||||
val ioVersion = "1.0.0-M3"
|
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"
|
val librarymanagementVersion = "0.1.0-M7"
|
||||||
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion
|
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue