summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-07-19 17:57:36 +0200
committerMathias <mathias@spray.cc>2011-07-19 17:57:36 +0200
commit2d4fb7eb675c400c4cb2a7b2fd91439d34511d76 (patch)
tree8dcde72172ab7bb1134777981167dd9dde63c823 /project
parent4e3b5c1b5796caf21bf232624577658a028a3cd9 (diff)
downloadspray-json-2d4fb7eb675c400c4cb2a7b2fd91439d34511d76.tar.gz
spray-json-2d4fb7eb675c400c4cb2a7b2fd91439d34511d76.tar.bz2
spray-json-2d4fb7eb675c400c4cb2a7b2fd91439d34511d76.zip
Downgrade to specs2 1.5
Diffstat (limited to 'project')
-rw-r--r--project/build/Project.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/project/build/Project.scala b/project/build/Project.scala
index 6a100fe..7a214aa 100644
--- a/project/build/Project.scala
+++ b/project/build/Project.scala
@@ -18,8 +18,6 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with posterous.Pub
// -------------------------------------------------------------------------------------------------------------------
import Repositories._
- val snapshots = "snapshots" at "http://scala-tools.org/repo-snapshots"
-
// -------------------------------------------------------------------------------------------------------------------
// Dependencies
// -------------------------------------------------------------------------------------------------------------------
@@ -29,7 +27,7 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with posterous.Pub
// -------------------------------------------------------------------------------------------------------------------
// Testing with Specs2
// -------------------------------------------------------------------------------------------------------------------
- val specs2 = "org.specs2" %% "specs2" % "1.6-SNAPSHOT" % "test" withSources()
+ val specs2 = "org.specs2" %% "specs2" % "1.5" % "test" withSources()
def specs2Framework = new TestFramework("org.specs2.runner.SpecsFramework")
override def testFrameworks = super.testFrameworks ++ Seq(specs2Framework)