Skip to content

Commit

Permalink
Update jackson-core, jackson-databind to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 7b299a3 commit f98e9cf
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.2"),
libraryDependencies ++= jacksonDependencies("2.18.0"),
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "210",
tlVersionIntroduced := List("2.12", "2.13", "3").map(k => k -> "0.14.1").toMap
)
Expand Down

0 comments on commit f98e9cf

Please sign in to comment.