Set version to 1.0.0-M5

This commit is contained in:
Alexandre Archambault 2016-01-27 13:29:39 +01:00
parent 85bff4848d
commit d91a017630
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ object IvyLocalTests extends TestSuite {
val tests = TestSuite{
'coursier{
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)

View File

@ -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-xml_2.11:jar:1.0.4
org.scala-lang:scala-library:jar:2.11.7

View File

@ -1 +1 @@
version in ThisBuild := "1.0.0-SNAPSHOT"
version in ThisBuild := "1.0.0-M5"