mirror of https://github.com/sbt/sbt.git
Zinc 1.3.0-M4
This commit is contained in:
parent
f5444f7715
commit
2e3ceb2d92
|
|
@ -16,7 +16,7 @@ object Dependencies {
|
|||
case Some(version) => version
|
||||
case _ => "1.3.0-M3"
|
||||
}
|
||||
val zincVersion = "1.3.0-M3"
|
||||
val zincVersion = "1.3.0-M4"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ object Dependencies {
|
|||
private val utilScripted = "org.scala-sbt" %% "util-scripted" % utilVersion
|
||||
|
||||
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
|
||||
private val libraryManagementImpl = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
|
||||
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
|
||||
|
||||
val launcherVersion = "1.0.4"
|
||||
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
|
||||
|
|
@ -92,7 +92,7 @@ object Dependencies {
|
|||
def addSbtLmCore(p: Project): Project =
|
||||
addSbtModule(p, sbtLmPath, "lmCore", libraryManagementCore)
|
||||
def addSbtLmImpl(p: Project): Project =
|
||||
addSbtModule(p, sbtLmPath, "lmImpl", libraryManagementImpl)
|
||||
addSbtModule(p, sbtLmPath, "lmImpl", libraryManagementIvy)
|
||||
def addSbtLmIvyTest(p: Project): Project =
|
||||
addSbtModule(p, sbtLmPath, "lmIvy", libraryManagementIvy, Some(Test))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue