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