Skip to content

Commit b4578ec

Browse files
authored
use jackson 2.17.0-rc1
1 parent db87192 commit b4578ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.12", "3.3.1")
1313

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

16-
val jacksonVersion = "2.17.0-rc1-SNAPSHOT"
16+
val jacksonVersion = "2.17.0-rc1"
1717

1818
autoAPIMappings := true
1919

0 commit comments

Comments
 (0)