Skip to content

Commit

Permalink
uptake jackson 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ Fanning committed Jan 5, 2020
1 parent 020781b commit 4749b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ unmanagedSourceDirectories in Compile += {
(baseDirectory in LocalRootProject).value / "src" / "main" / s"scala-2.${scalaMajorVersion.value}"
}

val jacksonVersion = "2.10.2-SNAPSHOT"
val jacksonLastReleaseVersion = "2.10.1"
val jacksonVersion = "2.10.2"
val jacksonLastReleaseVersion = "2.10.2"

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

0 comments on commit 4749b59

Please sign in to comment.