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 0439e06 commit 47fe25aCopy full SHA for 47fe25a
1 file changed
build.sbt
@@ -122,7 +122,7 @@ libraryDependencies ++= jacksonDependencies ++ Seq(
122
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
123
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
124
"io.swagger" % "swagger-core" % "1.6.8" % Test,
125
- "org.scalatest" %% "scalatest" % "3.2.19" % Test
+ "org.scalatest" %% "scalatest" % "3.2.20" % Test
126
)
127
128
// build.properties
0 commit comments