Skip to content

Commit 0aaa049

Browse files
author
PJ Fanning
committed
build against pre-release versions of jackson 2.10
1 parent 52a6420 commit 0aaa049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pomIncludeRepository := { x => false }
2323
libraryDependencies ++= Seq(
2424
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
2525
"io.swagger.core.v3" % "swagger-core" % "2.0.9",
26-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
26+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.10.0.pr1",
27+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0.pr2",
2728
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
2829
"org.slf4j" % "slf4j-simple" % "1.7.28" % Test
2930
)

0 commit comments

Comments
 (0)