There was an error while loading. Please reload this page.
2 parents 8a64b31 + 29b178a commit b8f9b70Copy full SHA for b8f9b70
build.sbt
@@ -12,6 +12,6 @@ libraryDependencies ++= Seq(
12
"ch.qos.logback" % "logback-classic" % "1.2.10",
13
"net.codingwell" %% "scala-guice" % "5.0.2",
14
"org.json4s" %% "json4s-native" % "4.0.4",
15
- "org.scalatest" %% "scalatest" % "3.2.9" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.11" % "test",
16
"com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test
17
)
0 commit comments