~ update scala version
authorAlexandre Bertails <bertails@w3.org>
Fri, 08 Oct 2010 15:45:30 -0400
changeset 34 7e65c7f1f9c8
parent 33 75cf39ef7d74
child 35 527a7792e4b6
~ update scala version
project/build.properties
project/build/Project.scala
--- a/project/build.properties	Wed Sep 29 11:05:31 2010 -0400
+++ b/project/build.properties	Fri Oct 08 15:45:30 2010 -0400
@@ -1,9 +1,8 @@
 #Project properties
 #Wed Feb 24 14:11:00 EST 2010
 project.organization=w3c
-project.name=tobecchanged
+project.name=stemGraph
 sbt.version=0.7.4
 project.version=1.0
-def.scala.version=2.7.7
-build.scala.versions=2.8.0.Beta1
+build.scala.versions=2.8.0
 project.initialize=false
--- a/project/build/Project.scala	Wed Sep 29 11:05:31 2010 -0400
+++ b/project/build/Project.scala	Fri Oct 08 15:45:30 2010 -0400
@@ -2,11 +2,12 @@
 
 class Project(info: ProjectInfo) extends DefaultProject(info) {
 
-   val scalatools = "scala-tools" at "http://scala-tools.org/repo-snapshots"
+  val scalatools = "scala-tools" at "http://scala-tools.org/repo-snapshots"
+  val scalatest = "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.final-SNAPSHOT" % "test"
+
 //   val smackRepo = "m2-repository-smack" at "http://maven.reucon.com/public"
 //   val databinder_net = "databinder.net repository" at "http://databinder.net/repo"
 
-   val scalatest = "org.scalatest" % "scalatest" % "1.0.1-for-scala-2.8.0.Beta1-with-test-interfaces-0.3-SNAPSHOT" % "test->default"
 //   val jodatime = "joda-time" % "joda-time" % "1.6"
 //   val dispatch = "net.databinder" %% "dispatch-http" % "0.7.1"
 //   val jtidy = "jtidy" % "jtidy" % "r938" from "http://downloads.sourceforge.net/project/jtidy/JTidy/r938/jtidy-r938.jar"