Skip to content

Commit a7cdcfc

Browse files
authored
Update Jackson library versions to 2.21-SNAPSHOT
1 parent 60a0cc3 commit a7cdcfc

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.21.0-SNAPSHOT"
30-
val jacksonAnnotationVersion = "2.20"
31-
val jacksonCoreVersion = "2.20.0"
30+
val jacksonAnnotationVersion = "2.21-SNAPSHOT"
31+
val jacksonCoreVersion = "2.21.0-SNAPSHOT"
3232
val jacksonNonCoreVersion = jacksonCoreVersion
3333

3434
autoAPIMappings := true

0 commit comments

Comments
 (0)