Skip to content

Commit

Permalink
Update test deps so mabbe ivy can find something in the internets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Koponen committed Oct 4, 2012
1 parent d49ec10 commit a19f80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ libraryDependencies <+= (scalaVersion) { v =>

libraryDependencies ++= Seq(
"it.unimi.dsi" % "fastutil" % "6.4.3" withSources,
"junit" % "junit" % "4.7" % "test" withSources,
"org.mockito" % "mockito-all" % "1.8.5" % "test" withSources,
"junit" % "junit" % "4.10" % "test",
"org.mockito" % "mockito-all" % "1.9.5-rc1" % "test" withSources,
"org.specs2" % "specs2" % "1.11" % "test" cross CrossVersion.binaryMapped {
case "2.9.0-1" => "2.9.1"
case "2.9.0" => "2.9.1"
Expand Down

0 comments on commit a19f80c

Please sign in to comment.