summaryrefslogtreecommitdiff
path: root/scalalib/test/src/dependency/updates/UpdatesFinderTests.scala
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-05-19 15:15:24 +0800
committerGitHub <noreply@github.com>2019-05-19 15:15:24 +0800
commit68505aad4a22686594965bc910e60c8d2b6a95d4 (patch)
tree4c2099e21593a840c7119901becc0cbb8682956f /scalalib/test/src/dependency/updates/UpdatesFinderTests.scala
parent7d706641f6f9caa0509903f691d16d78402b4623 (diff)
downloadmill-68505aad4a22686594965bc910e60c8d2b6a95d4.tar.gz
mill-68505aad4a22686594965bc910e60c8d2b6a95d4.tar.bz2
mill-68505aad4a22686594965bc910e60c8d2b6a95d4.zip
Bump ammonite to 1.6.7 (#610)
* bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
Diffstat (limited to 'scalalib/test/src/dependency/updates/UpdatesFinderTests.scala')
-rw-r--r--scalalib/test/src/dependency/updates/UpdatesFinderTests.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/scalalib/test/src/dependency/updates/UpdatesFinderTests.scala b/scalalib/test/src/dependency/updates/UpdatesFinderTests.scala
index 7b6e6e36..3b613bcb 100644
--- a/scalalib/test/src/dependency/updates/UpdatesFinderTests.scala
+++ b/scalalib/test/src/dependency/updates/UpdatesFinderTests.scala
@@ -37,7 +37,10 @@ object UpdatesFinderTests extends TestSuite {
available: Seq[String],
allowPreRelease: Boolean) = {
val dependency = coursier.Dependency(
- coursier.Module("com.example.organization", "example-artifact"),
+ coursier.Module(
+ coursier.Organization("com.example.organization"),
+ coursier.ModuleName("example-artifact")
+ ),
current)
val currentVersion = Version(current)
val allVersions = available.map(Version(_)).toSet