mirror of https://github.com/sbt/sbt.git
Zinc, LM, Util 1.2.0
This commit is contained in:
parent
43607b0c40
commit
3d5b198f88
|
|
@ -8,10 +8,10 @@ object Dependencies {
|
||||||
val baseScalaVersion = scala212
|
val baseScalaVersion = scala212
|
||||||
|
|
||||||
// sbt modules
|
// sbt modules
|
||||||
private val ioVersion = "1.2.0-M2"
|
private val ioVersion = "1.2.0"
|
||||||
private val utilVersion = "1.2.0-M2"
|
private val utilVersion = "1.2.0"
|
||||||
private val lmVersion = "1.2.0-M3"
|
private val lmVersion = "1.2.0"
|
||||||
private val zincVersion = "1.2.0-M2"
|
private val zincVersion = "1.2.0"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue