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-library.jar.desired.sha1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scala-library.jar.desired.sha1') diff --git a/lib/scala-library.jar.desired.sha1 b/lib/scala-library.jar.desired.sha1 index 36aedb2ad7..b7befab52a 100644 --- a/lib/scala-library.jar.desired.sha1 +++ b/lib/scala-library.jar.desired.sha1 @@ -1 +1 @@ -36456c52b0395fc1e6e367291e45bd503fa019c5 ?scala-library.jar +12007d1b1b913b563093b22e947e6c05fe40f3de ?scala-library.jar -- cgit v1.2.3