Skip to content

Commit

Permalink
Update jackson-core, jackson-databind to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 30, 2024
1 parent c5d6f87 commit 1172266
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 @@ -204,7 +204,7 @@ lazy val jackson217 = project
.settings(allSettings)
.settings(
moduleName := "circe-jackson217",
libraryDependencies ++= jacksonDependencies("2.17.2"),
libraryDependencies ++= jacksonDependencies("2.18.1"),
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 1172266

Please sign in to comment.