Skip to content

Commit

Permalink
test with jackson 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 27, 2024
1 parent 550981a commit 4f2d8ac
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 @@ -13,7 +13,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.

// resolvers ++= Resolver.sonatypeOssRepos("snapshots")

val jacksonCoreVersion = "2.18.0-rc1"
val jacksonCoreVersion = "2.18.0"
val jacksonNonCoreVersion = jacksonCoreVersion

autoAPIMappings := true
Expand Down

0 comments on commit 4f2d8ac

Please sign in to comment.