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