Build against 2.8.0 static snapshot

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@950 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-08-13 01:47:09 +00:00
parent 749934f64a
commit b79de8d788
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ abstract class CrossCompileProject extends BasicScalaProject with MavenStyleScal
private val version2_7_3 = "2.7.3"
private val version2_7_4 = "2.7.4"
private val version2_7_5 = "2.7.5"
private val version2_8_0 = "2.8.0-SNAPSHOT"
private val version2_8_0 = "2.8.0.r18462-b20090811081019"
private val base = "base"
/* The configurations for the versions of Scala.*/