Skip to content

Commit c60ed8a

Browse files
committed
prep 3.0.0-rc2
1 parent 4ca2b83 commit c60ed8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.5")
1616
sonatypeCredentialHost := "s01.oss.sonatype.org"
1717
sonatypeRepository := "s01.oss.sonatype.org"
1818

19-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
19+
// resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2020

2121
bomFormat := "xml"
2222

23-
val jacksonVersion = "3.0.0-rc2-SNAPSHOT"
23+
val jacksonVersion = "3.0.0-rc2"
2424

2525
autoAPIMappings := true
2626

0 commit comments

Comments
 (0)