aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 21:00:15 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 21:06:01 -0400
commit9b4b9e0c7a747972229fe9dbabe4b6e546c29f4d (patch)
treecc0ce85d266ac50ea54f8b64b85dd7ca8fbd8606 /test
parent9ca07ddfb052b7e3fc15154d7caddf16db5518a3 (diff)
downloadcbt-9b4b9e0c7a747972229fe9dbabe4b6e546c29f4d.tar.gz
cbt-9b4b9e0c7a747972229fe9dbabe4b6e546c29f4d.tar.bz2
cbt-9b4b9e0c7a747972229fe9dbabe4b6e546c29f4d.zip
another test fix for an artifact that apparently disappeared on sonatype
Diffstat (limited to 'test')
-rw-r--r--test/test.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.scala b/test/test.scala
index 1701f06..dfc35d0 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -159,13 +159,13 @@ object Main{
} else Nil
) ++
Dependencies(
- Resolver(sonatypeReleases).bind(
- MavenDependency("org.cvogt","play-json-extensions_2.11","0.8.0")
+ Resolver( sonatypeReleases ).bind(
+ MavenDependency("org.cvogt","scala-extensions_2.11","0.5.1")
)
).classpath.strings
++
Dependencies(
- Resolver( mavenCentral, sonatypeSnapshots ).bind(
+ Resolver( mavenCentral ).bind(
MavenDependency("ai.x","lens_2.11","1.0.0")
)
).classpath.strings