From 42336d2f1f9ae23d5271a1db81031a0ea13bcafa Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 6 Sep 2011 12:01:56 +0200 Subject: Upgrade to scala 2.9.1 and specs2 1.6.1 --- project/build.properties | 2 +- project/build/Project.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index 4185256..729c026 100644 --- a/project/build.properties +++ b/project/build.properties @@ -2,5 +2,5 @@ project.organization=cc.spray.json project.name=spray-json sbt.version=0.7.7 project.version=1.1.0-SNAPSHOT -build.scala.versions=2.9.0-1 +build.scala.versions=2.9.1 project.initialize=false diff --git a/project/build/Project.scala b/project/build/Project.scala index 7a214aa..325104f 100644 --- a/project/build/Project.scala +++ b/project/build/Project.scala @@ -27,7 +27,7 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with posterous.Pub // ------------------------------------------------------------------------------------------------------------------- // Testing with Specs2 // ------------------------------------------------------------------------------------------------------------------- - val specs2 = "org.specs2" %% "specs2" % "1.5" % "test" withSources() + val specs2 = "org.specs2" %% "specs2" % "1.6.1" % "test" withSources() def specs2Framework = new TestFramework("org.specs2.runner.SpecsFramework") override def testFrameworks = super.testFrameworks ++ Seq(specs2Framework) -- cgit v1.2.3