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 a2afba2 commit 1beedcaCopy full SHA for 1beedca
build.sbt
@@ -113,7 +113,7 @@ libraryDependencies ++= Seq(
113
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test,
114
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
115
"io.swagger" % "swagger-core" % "1.6.3" % Test,
116
- "org.scalatest" %% "scalatest" % "3.2.11" % Test
+ "org.scalatest" %% "scalatest" % "3.2.13" % Test
117
)
118
119
// build.properties
0 commit comments