Skip to content

Commit

Permalink
Using Jackson 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbknor committed May 19, 2019
1 parent aa9a82f commit 48e2acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ unmanagedSourceDirectories in Compile += {
(baseDirectory in LocalRootProject).value / "src" / "main" / s"scala-2.${scalaMajorVersion.value}"
}

val jacksonVersion = "2.9.8"
val jacksonVersion = "2.9.9"

libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
Expand Down

0 comments on commit 48e2acd

Please sign in to comment.