Skip to content

Commit

Permalink
Merge pull request #443 from scala-steward/update/jackson-core-2.17.2
Browse files Browse the repository at this point in the history
Update jackson-core, jackson-databind to 2.17.2
  • Loading branch information
hamnis authored Jul 29, 2024
2 parents 1860954 + 74602bb commit 0e26d86
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 @@ -202,7 +202,7 @@ lazy val jackson217 = project
.settings(allSettings)
.settings(
moduleName := "circe-jackson217",
libraryDependencies ++= jacksonDependencies("2.17.1"),
libraryDependencies ++= jacksonDependencies("2.17.2"),
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "210",
tlVersionIntroduced := List("2.12", "2.13", "3").map(k => k -> "0.14.2").toMap
)
Expand Down

0 comments on commit 0e26d86

Please sign in to comment.