Skip to content

Commit 71cc3a8

Browse files
authored
prep 3.0.0
Remove snapshot version and update jacksonVersion.
1 parent 213f7ea commit 71cc3a8

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
@@ -23,9 +23,9 @@ ThisBuild / publishTo := {
2323

2424
bomFormat := "xml"
2525

26-
resolvers += Resolver.sonatypeCentralSnapshots
27-
ThisBuild / version := "3.0.0-rc11-SNAPSHOT"
28-
val jacksonVersion = "3.0.0-rc11-SNAPSHOT"
26+
// resolvers += Resolver.sonatypeCentralSnapshots
27+
// ThisBuild / version := "3.0.0-rc11-SNAPSHOT"
28+
val jacksonVersion = "3.0.0"
2929

3030
autoAPIMappings := true
3131

0 commit comments

Comments
 (0)