Skip to content

Commit

Permalink
migunoGH-2: update ScalaTest to 2.2.4 to fix NoRouteToHostException w…
Browse files Browse the repository at this point in the history
…hen running tests
  • Loading branch information
Michael G. Noll committed Sep 23, 2015
1 parent e5170ba commit bf0b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ libraryDependencies ++= Seq(
// Logback with slf4j facade
"ch.qos.logback" % "logback-classic" % "1.1.2",
// Test dependencies
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.mockito" % "mockito-all" % "1.9.5" % "test"
)

Expand Down

0 comments on commit bf0b7b6

Please sign in to comment.