Skip to content

Commit ec7b397

Browse files
committed
use jackson 2.16.0
1 parent e3deeb4 commit ec7b397

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
@@ -12,7 +12,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.12", "3.3.1")
1212

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

15-
val jacksonVersion = "2.16.0-rc1"
15+
val jacksonVersion = "2.16.0"
1616

1717
autoAPIMappings := true
1818

0 commit comments

Comments
 (0)