Skip to content

Commit 0b72cd9

Browse files
committed
prep 2.18.0-rc1
1 parent 0ad0077 commit 0b72cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", scala213Version, "3.
1414

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

17-
val jacksonCoreVersion = "2.18.0-rc1-SNAPSHOT"
18-
val jacksonNonCoreVersion = "2.18.0-SNAPSHOT"
17+
val jacksonCoreVersion = "2.18.0-rc1"
18+
val jacksonNonCoreVersion = jacksonCoreVersion
1919

2020
autoAPIMappings := true
2121

0 commit comments

Comments
 (0)