Skip to content

Commit 0632026

Browse files
committed
prep 2.19.0
1 parent 1ddd3dc commit 0632026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ThisBuild / scalaVersion := scala213Version
1212

1313
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.5")
1414

15-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
15+
// resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1616

1717
bomFormat := "xml"
1818

19-
version := "2.19.0-SNAPSHOT"
20-
val jacksonCoreVersion = "2.19.0-SNAPSHOT"
19+
// version := "2.19.0-SNAPSHOT"
20+
val jacksonCoreVersion = "2.19.0"
2121
val jacksonNonCoreVersion = jacksonCoreVersion
2222

2323
autoAPIMappings := true

0 commit comments

Comments
 (0)