Update test

This commit is contained in:
Alexandre Archambault 2015-12-30 21:29:20 +01:00
parent 8ab731d93f
commit 4af9863757
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ object IvyLocalTests extends TestSuite {
'coursier{
// Assume this module (and the sub-projects it depends on) is published locally
CentralTests.resolutionCheck(
Module("com.github.alexarchambault", "coursier_2.11"), "0.1.0-SNAPSHOT",
Module("com.github.alexarchambault", "coursier_2.11"), "1.0.0-SNAPSHOT",
Some(Cache.ivy2Local))
}
}

View File

@ -1,4 +1,4 @@
com.github.alexarchambault:coursier_2.11:jar:0.1.0-SNAPSHOT
com.github.alexarchambault:coursier_2.11:jar:1.0.0-SNAPSHOT
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