Skip to content

Commit

Permalink
Update jackson-core, jackson-databind to 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2018
1 parent a272637 commit 47dde2c
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 @@ -61,7 +61,7 @@ lazy val jackson25 = project.in(file("25"))
.settings(allSettings)
.settings(
moduleName := "circe-jackson25",
libraryDependencies ++= jacksonDependencies("2.5.5"),
libraryDependencies ++= jacksonDependencies("2.9.7"),
mimaPreviousArtifacts := Set("io.circe" %% "circe-jackson25" % previousCirceJacksonVersion)
)

Expand Down

0 comments on commit 47dde2c

Please # to comment.