From 59c9e1e4bfc45f843f89da22e0190d19403b4dc6 Mon Sep 17 00:00:00 2001 From: Katrin Shechtman Date: Mon, 13 Jun 2016 01:23:45 -0400 Subject: scalajs cross project support as plugin --- test/simple/build/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/simple') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index c7eab6a..15b63fb 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -34,7 +34,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" ) ) } -- cgit v1.2.3