Skip to content

Commit

Permalink
prep 2.18.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 30, 2024
1 parent 0ad0077 commit 0b72cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", scala213Version, "3.

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

val jacksonCoreVersion = "2.18.0-rc1-SNAPSHOT"
val jacksonNonCoreVersion = "2.18.0-SNAPSHOT"
val jacksonCoreVersion = "2.18.0-rc1"
val jacksonNonCoreVersion = jacksonCoreVersion

autoAPIMappings := true

Expand Down

0 comments on commit 0b72cd9

Please sign in to comment.