Skip to content

Commit 3b5a670

Browse files
committed
Fix #344 Update ScalaTest from 2.1.0 to 2.1.3
1 parent 4239730 commit 3b5a670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ libraryDependencies += "nl.grons" %% "metrics-scala" % "3.0.5_a2.3"
6565
libraryDependencies += "com.codahale.metrics" % "metrics-json" % "3.0.2"
6666

6767
// For test
68-
libraryDependencies += "org.scalatest" %% "scalatest" % "2.1.0" % "test"
68+
libraryDependencies += "org.scalatest" %% "scalatest" % "2.1.3" % "test"
6969

7070
//------------------------------------------------------------------------------
7171
// JSON4S uses scalap 2.10.0, which in turn uses scala-compiler 2.10.0, which in

0 commit comments

Comments
 (0)