Skip to content

Commit 0dc3ab0

Browse files
committed
Update build.sbt
1 parent 611bbe5 commit 0dc3ab0

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
@@ -15,8 +15,6 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.
1515

1616
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1717

18-
resolvers += Resolver.sonatypeCentralSnapshots
19-
2018
ThisBuild / dynverSonatypeSnapshots := true
2119
ThisBuild / publishTo := {
2220
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
@@ -26,7 +24,9 @@ ThisBuild / publishTo := {
2624

2725
bomFormat := "xml"
2826

29-
version := "2.20.0-SNAPSHOT"
27+
// resolvers += Resolver.sonatypeCentralSnapshots
28+
29+
// version := "2.20.0-rc1"
3030
val jacksonAnnotationVersion = "2.20-rc1"
3131
val jacksonCoreVersion = "2.20.0-rc1"
3232
val jacksonNonCoreVersion = jacksonCoreVersion

0 commit comments

Comments
 (0)