mirror of https://github.com/sbt/sbt.git
LM 1.2.0-M3
Fixes https://github.com/sbt/sbt/issues/3773 Ref https://github.com/sbt/librarymanagement/pull/211 Ref https://github.com/sbt/librarymanagement/pull/253
This commit is contained in:
parent
0dfab79d8d
commit
c0030d594c
|
|
@ -10,7 +10,7 @@ object Dependencies {
|
|||
// sbt modules
|
||||
private val ioVersion = "1.2.0-M2"
|
||||
private val utilVersion = "1.2.0-M2"
|
||||
private val lmVersion = "1.2.0-M2"
|
||||
private val lmVersion = "1.2.0-M3"
|
||||
private val zincVersion = "1.2.0-M1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
|
|
|||
Loading…
Reference in New Issue