mirror of https://github.com/sbt/sbt.git
launcher 1.0.1
This commit is contained in:
parent
fa51689820
commit
bf8e49edbd
|
|
@ -20,8 +20,8 @@ object Dependencies {
|
|||
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.11.4"
|
||||
lazy val specs2 = "org.specs2" %% "specs2" % "2.3.11"
|
||||
lazy val junit = "junit" % "junit" % "4.11"
|
||||
lazy val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0-M1"
|
||||
lazy val rawLauncher = "org.scala-sbt" % "launcher" % "1.0.0-M1"
|
||||
lazy val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.1"
|
||||
lazy val rawLauncher = "org.scala-sbt" % "launcher" % "1.0.1"
|
||||
lazy val templateResolverApi = "org.scala-sbt" % "template-resolver" % "0.1"
|
||||
|
||||
private def scala211Module(name: String, moduleVersion: String) =
|
||||
|
|
|
|||
Loading…
Reference in New Issue