From 37dc3e4e41fdf0cc2c0da7936918dc90278e3346 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 16 Jul 2013 10:55:29 -0700 Subject: STARR: use 2.11.0-M4, built with 2.11.0-M3 Replaced starr jars with 2.11.0-M4, built with Scala 2.11.0-M3. I used `ant replacestarr-opt -Dstarr.use.released=1`, with `starr.number`: ``` starr.version=2.11.0-M3 ``` Then pushed the jars to artifactory after moving `lib/jline.jar` out of the way, as it's no longer "desired" (i.e., not pulled from artifactory). Its presence seemed to break `./push-binary-libs.sh $ARTIFACTORY_USER $ARTIFACTORY_PASS`. You can by-pass the custom starr artifact download and use a (released) version of Scala by changing your `build.properties` to include ``` starr.use.released=1 ``` You may optionally change `starr.version` in `starr.number` to whichever version that maven can resolve for you. --- lib/scala-reflect.jar.desired.sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scala-reflect.jar.desired.sha1') diff --git a/lib/scala-reflect.jar.desired.sha1 b/lib/scala-reflect.jar.desired.sha1 index 4378fec9d6..a6cdbc18ad 100644 --- a/lib/scala-reflect.jar.desired.sha1 +++ b/lib/scala-reflect.jar.desired.sha1 @@ -1 +1 @@ -d4a4c0aab882412461fbd9d39cf47da5a619855e ?scala-reflect.jar +a6595b3d7589085f683d4ad5a6072a057ab15ef9 ?scala-reflect.jar -- cgit v1.2.3