aboutsummaryrefslogtreecommitdiff
path: root/test/simple-fixed
diff options
context:
space:
mode:
authorKatrin Shechtman <katrin.shechtman@gmail.com>2016-06-13 01:23:45 -0400
committerKatrin Shechtman <katrin.shechtman@gmail.com>2016-06-13 11:48:05 -0400
commit59c9e1e4bfc45f843f89da22e0190d19403b4dc6 (patch)
treec754e73fa8ac7f7363dd5a66521e17ef1dbab03d /test/simple-fixed
parentb69826c7bc44573f01366ef472a59def6e4f1fc5 (diff)
downloadcbt-59c9e1e4bfc45f843f89da22e0190d19403b4dc6.tar.gz
cbt-59c9e1e4bfc45f843f89da22e0190d19403b4dc6.tar.bz2
cbt-59c9e1e4bfc45f843f89da22e0190d19403b4dc6.zip
scalajs cross project support as plugin
Diffstat (limited to 'test/simple-fixed')
-rw-r--r--test/simple-fixed/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-fixed/build/build.scala b/test/simple-fixed/build/build.scala
index e30b376..f74820a 100644
--- a/test/simple-fixed/build/build.scala
+++ b/test/simple-fixed/build/build.scala
@@ -27,7 +27,7 @@ class Build(context: cbt.Context) extends BasicBuild(context){
).bind(
"org.cvogt" %% "play-json-extensions" % "0.8.0",
"org.tpolecat" %% "tut-core" % "0.4.2",
- "ai.x" %% "lens" % "1.0.0-SNAPSHOT"
+ "ai.x" %% "lens" % "1.0.0"
)
)
}