Skip to content

Commit 3f206d2

Browse files
authored
prep 2.20.0
1 parent b7e2bdc commit 3f206d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ bomFormat := "xml"
2727
resolvers += Resolver.sonatypeCentralSnapshots
2828

2929
version := "2.20.0-rc2-SNAPSHOT"
30-
val jacksonAnnotationVersion = "2.20-rc1"
31-
val jacksonCoreVersion = "2.20.0-rc2-SNAPSHOT"
30+
val jacksonAnnotationVersion = "2.20"
31+
val jacksonCoreVersion = "2.20.0"
3232
val jacksonNonCoreVersion = jacksonCoreVersion
3333

3434
autoAPIMappings := true

0 commit comments

Comments
 (0)