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 628b507 commit eed0727Copy full SHA for eed0727
build.sbt
@@ -127,7 +127,7 @@ libraryDependencies ++= Seq(
127
"tools.jackson.jaxrs" % "jackson-jaxrs-json-provider" % jacksonVersion % Test changing(),
128
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
129
"io.swagger" % "swagger-core" % "1.6.8" % Test,
130
- "org.scalatest" %% "scalatest" % "3.2.16" % Test
+ "org.scalatest" %% "scalatest" % "3.2.17" % Test
131
)
132
133
// build.properties
0 commit comments