diff --git a/build.sbt b/build.sbt index 0b814e62..6e679d3c 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ libraryDependencies ++= jacksonDependencies ++ Seq( "com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test, "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test, "io.swagger" % "swagger-core" % "1.6.8" % Test, - "org.scalatest" %% "scalatest" % "3.2.18" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) // build.properties