From 2c691295bf7811d0a4345db0871b38578955053e Mon Sep 17 00:00:00 2001
From: Ismael Juma <ismael@juma.me.uk>
Date: Fri, 27 May 2011 11:47:02 +0100
Subject: [PATCH] SCALA_VERSION in run should be 2.9.0-1

---
 run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run b/run
index 13c40af4c2..8350874c92 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-SCALA_VERSION=2.9.0
+SCALA_VERSION=2.9.0-1
 
 # Figure out where the Scala framework is installed
 FWDIR="$(cd `dirname $0`; pwd)"
-- 
GitLab