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 1fa0a20 commit f8151c8Copy full SHA for f8151c8
build.sbt
@@ -112,7 +112,7 @@ libraryDependencies ++= Seq(
112
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
113
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
114
"io.swagger" % "swagger-core" % "1.6.8" % Test,
115
- "org.scalatest" %% "scalatest" % "3.2.15" % Test
+ "org.scalatest" %% "scalatest" % "3.2.16" % Test
116
)
117
118
// build.properties
0 commit comments