mirror of https://github.com/sbt/sbt.git
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:
parent
749934f64a
commit
b79de8d788
|
|
@ -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.*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue