mirror of https://github.com/sbt/sbt.git
Set version to 1.0.0-M5
This commit is contained in:
parent
85bff4848d
commit
d91a017630
|
|
@ -12,7 +12,7 @@ object IvyLocalTests extends TestSuite {
|
||||||
val tests = TestSuite{
|
val tests = TestSuite{
|
||||||
'coursier{
|
'coursier{
|
||||||
val module = Module("com.github.alexarchambault", "coursier_2.11")
|
val module = Module("com.github.alexarchambault", "coursier_2.11")
|
||||||
val version = "1.0.0-SNAPSHOT"
|
val version = "1.0.0-M5"
|
||||||
|
|
||||||
val extraRepo = Some(Cache.ivy2Local)
|
val extraRepo = Some(Cache.ivy2Local)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
com.github.alexarchambault:coursier_2.11:jar:1.0.0-SNAPSHOT
|
com.github.alexarchambault:coursier_2.11:jar:1.0.0-M5
|
||||||
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4
|
org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4
|
||||||
org.scala-lang.modules:scala-xml_2.11:jar:1.0.4
|
org.scala-lang.modules:scala-xml_2.11:jar:1.0.4
|
||||||
org.scala-lang:scala-library:jar:2.11.7
|
org.scala-lang:scala-library:jar:2.11.7
|
||||||
|
|
@ -1 +1 @@
|
||||||
version in ThisBuild := "1.0.0-SNAPSHOT"
|
version in ThisBuild := "1.0.0-M5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue