File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ name := "jackson-module-scala"
7
7
8
8
organization := " tools.jackson.module"
9
9
10
- ThisBuild / version := " 3.0.0-rc7-SNAPSHOT"
11
-
12
10
val scala213Version = " 2.13.16"
13
11
ThisBuild / scalaVersion := scala213Version
14
12
15
13
ThisBuild / crossScalaVersions := Seq (" 2.12.20" , scala213Version, " 3.3.6" )
16
14
17
15
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
18
16
19
- resolvers += Resolver .sonatypeCentralSnapshots
20
-
21
17
ThisBuild / dynverSonatypeSnapshots := true
22
18
ThisBuild / publishTo := {
23
19
val centralSnapshots = " https://central.sonatype.com/repository/maven-snapshots/"
@@ -27,6 +23,8 @@ ThisBuild / publishTo := {
27
23
28
24
bomFormat := " xml"
29
25
26
+ // resolvers += Resolver.sonatypeCentralSnapshots
27
+ // ThisBuild / version := "3.0.0-rc7-SNAPSHOT"
30
28
val jacksonVersion = " 3.0.0-rc7"
31
29
32
30
autoAPIMappings := true
You can’t perform that action at this time.
0 commit comments