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 8367f8c commit 707c842Copy full SHA for 707c842
1 file changed
build.sbt
@@ -21,10 +21,10 @@ ThisBuild / publishTo := {
21
else localStaging.value
22
}
23
24
-resolvers += Resolver.sonatypeCentralSnapshots
+// resolvers += Resolver.sonatypeCentralSnapshots
25
26
ThisBuild / version := "2.18.9-SNAPSHOT"
27
-val jacksonCoreVersion = "2.18.9-SNAPSHOT"
+val jacksonCoreVersion = "2.18.9"
28
val jacksonNonCoreVersion = jacksonCoreVersion
29
30
autoAPIMappings := true
0 commit comments