We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acd137 commit 5522714Copy full SHA for 5522714
build.sbt
@@ -126,7 +126,7 @@ libraryDependencies ++= Seq(
126
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
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