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.
1 parent 8a0a073 commit 5c5ab24Copy full SHA for 5c5ab24
build.sbt
@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
24
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
25
"io.swagger.core.v3" % "swagger-core" % "2.0.7",
26
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.8",
27
- "org.scalatest" %% "scalatest" % "3.0.6" % Test,
+ "org.scalatest" %% "scalatest" % "3.0.7" % Test,
28
"org.slf4j" % "slf4j-simple" % "1.7.26" % Test
29
)
30
0 commit comments