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 21524f2 commit fb96884Copy full SHA for fb96884
build.sbt
@@ -125,7 +125,7 @@ libraryDependencies ++= Seq(
125
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
126
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
127
"io.swagger" % "swagger-core" % "1.6.8" % Test,
128
- "org.scalatest" %% "scalatest" % "3.2.16" % Test
+ "org.scalatest" %% "scalatest" % "3.2.17" % Test
129
)
130
131
// build.properties
0 commit comments