mirror of https://github.com/sbt/sbt.git
Update test
This commit is contained in:
parent
8ab731d93f
commit
4af9863757
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue