Skip to content

Commit 9546c57

Browse files
committed
snapshot
1 parent 79827cf commit 9546c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ ThisBuild / publishTo := {
2424

2525
bomFormat := "xml"
2626

27-
// resolvers += Resolver.sonatypeCentralSnapshots
27+
resolvers += Resolver.sonatypeCentralSnapshots
2828

29-
// version := "2.21.1-SNAPSHOT"
29+
version := "2.20.2-SNAPSHOT"
3030
val jacksonAnnotationVersion = "2.20"
31-
val jacksonCoreVersion = "2.20.1"
31+
val jacksonCoreVersion = "2.20.2-SNAPSHOT"
3232
val jacksonNonCoreVersion = jacksonCoreVersion
3333

3434
autoAPIMappings := true

0 commit comments

Comments
 (0)