We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213f7ea commit 71cc3a8Copy full SHA for 71cc3a8
build.sbt
@@ -23,9 +23,9 @@ ThisBuild / publishTo := {
23
24
bomFormat := "xml"
25
26
-resolvers += Resolver.sonatypeCentralSnapshots
27
-ThisBuild / version := "3.0.0-rc11-SNAPSHOT"
28
-val jacksonVersion = "3.0.0-rc11-SNAPSHOT"
+// resolvers += Resolver.sonatypeCentralSnapshots
+// ThisBuild / version := "3.0.0-rc11-SNAPSHOT"
+val jacksonVersion = "3.0.0"
29
30
autoAPIMappings := true
31
0 commit comments