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.
2 parents 1c0c132 + 86c31a7 commit eb8769eCopy full SHA for eb8769e
build.sbt
@@ -59,7 +59,7 @@ libraryDependencies ++= Seq(
59
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
60
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion,
61
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
62
- "org.scalatest" %% "scalatest" % "3.2.16" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.17" % Test,
63
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
64
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
65
"joda-time" % "joda-time" % "2.12.5" % Test,
0 commit comments