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 e263fef commit 5bb7011Copy full SHA for 5bb7011
build.sbt
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
26
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
27
"io.swagger.core.v3" % "swagger-core" % "2.1.5",
28
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.11.3",
29
- "org.scalatest" %% "scalatest" % "3.2.2" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.3" % Test,
30
"org.slf4j" % "slf4j-simple" % "1.7.30" % Test
31
)
32
0 commit comments