Skip to content

Commit 4f2d8ac

Browse files
committed
test with jackson 2.18.0
1 parent 550981a commit 4f2d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.
1313

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

16-
val jacksonCoreVersion = "2.18.0-rc1"
16+
val jacksonCoreVersion = "2.18.0"
1717
val jacksonNonCoreVersion = jacksonCoreVersion
1818

1919
autoAPIMappings := true

0 commit comments

Comments
 (0)