We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79dfa13 + b420dfd commit 05a24c0Copy full SHA for 05a24c0
build.sbt
@@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
25
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.3",
26
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
27
"com.beachape" %% "enumeratum" % "1.7.3",
28
- "org.scalatest" %% "scalatest" % "3.2.17" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.18" % Test,
29
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
30
)
31
0 commit comments