Skip to content

Commit

Permalink
Updated dependency for 2.9 version of Specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Jul 25, 2011
1 parent c734b52 commit fea6fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/OstrichProject.scala
Expand Up @@ -16,7 +16,7 @@ class OstrichProject(info: ProjectInfo) extends StandardLibraryProject(info)
val json = "com.twitter" % "json_2.8.1" % "2.1.6"

// for tests:
val specs = "org.scala-tools.testing" % "specs_2.8.1" % "1.6.6" % "test"
val specs = "org.scala-tools.testing" % "specs_2.9.0-1" % "1.6.8" % "test"
val cglib = "cglib" % "cglib" % "2.1_3" % "test"
val asm = "asm" % "asm" % "1.5.3" % "test"
val objenesis = "org.objenesis" % "objenesis" % "1.1" % "test"
Expand Down

0 comments on commit fea6fb1

Please sign in to comment.