There was an error while loading. Please reload this page.
1 parent 7903094 commit 97a6635Copy full SHA for 97a6635
build.sbt
@@ -12,6 +12,6 @@ libraryDependencies ++= Seq(
12
"ch.qos.logback" % "logback-classic" % "1.4.1",
13
"net.codingwell" %% "scala-guice" % "5.1.0",
14
"org.json4s" %% "json4s-native" % "4.0.5",
15
- "org.scalatest" %% "scalatest" % "3.2.12" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.13" % "test",
16
"com.typesafe.akka" %% "akka-http-testkit" % "10.2.9" % Test
17
)
0 commit comments