From bf0b7b6af179368bc0a619d5ee96f41f5967052e Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Wed, 23 Sep 2015 09:56:21 +0200 Subject: [PATCH] GH-2: update ScalaTest to 2.2.4 to fix NoRouteToHostException when running tests --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb019d9..6a44a11 100644 --- a/build.sbt +++ b/build.sbt @@ -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" )