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 52a6420 commit 0aaa049Copy full SHA for 0aaa049
build.sbt
@@ -23,7 +23,8 @@ pomIncludeRepository := { x => false }
23
libraryDependencies ++= Seq(
24
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
25
"io.swagger.core.v3" % "swagger-core" % "2.0.9",
26
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.10.0.pr1",
27
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0.pr2",
28
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
29
"org.slf4j" % "slf4j-simple" % "1.7.28" % Test
30
)
0 commit comments