Skip to content

Commit

Permalink
Update jackson-core, jackson-databind to 2.12.5 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 30, 2021
1 parent acf2f36 commit 2bd3f96
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 @@ -167,7 +167,7 @@ lazy val jackson212 = project
.settings(allSettings)
.settings(
moduleName := "circe-jackson212",
libraryDependencies ++= jacksonDependencies("2.12.4"),
libraryDependencies ++= jacksonDependencies("2.12.5"),
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "210"
)

Expand Down

0 comments on commit 2bd3f96

Please sign in to comment.