Skip to content

Commit 3664cc7

Browse files
committed
prep release
1 parent 9009bc2 commit 3664cc7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ name := "jackson-module-scala"
77

88
organization := "tools.jackson.module"
99

10-
ThisBuild / version := "3.0.0-rc7-SNAPSHOT"
11-
1210
val scala213Version = "2.13.16"
1311
ThisBuild / scalaVersion := scala213Version
1412

1513
ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
1614

1715
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1816

19-
resolvers += Resolver.sonatypeCentralSnapshots
20-
2117
ThisBuild / dynverSonatypeSnapshots := true
2218
ThisBuild / publishTo := {
2319
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
@@ -27,6 +23,8 @@ ThisBuild / publishTo := {
2723

2824
bomFormat := "xml"
2925

26+
// resolvers += Resolver.sonatypeCentralSnapshots
27+
// ThisBuild / version := "3.0.0-rc7-SNAPSHOT"
3028
val jacksonVersion = "3.0.0-rc7"
3129

3230
autoAPIMappings := true

0 commit comments

Comments
 (0)