Skip to content

Commit

Permalink
use jackson 2.17.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 27, 2024
1 parent db87192 commit b4578ec
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.18", "2.13.12", "3.3.1")

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

val jacksonVersion = "2.17.0-rc1-SNAPSHOT"
val jacksonVersion = "2.17.0-rc1"

autoAPIMappings := true

Expand Down

0 comments on commit b4578ec

Please sign in to comment.