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 9bb3d89 commit 46be3b2Copy full SHA for 46be3b2
build.sbt
@@ -24,9 +24,9 @@ ThisBuild / publishTo := {
24
25
bomFormat := "xml"
26
27
-resolvers += Resolver.sonatypeCentralSnapshots
+// resolvers += Resolver.sonatypeCentralSnapshots
28
version := "2.19.4-SNAPSHOT"
29
-val jacksonCoreVersion = "2.19.4-SNAPSHOT"
+val jacksonCoreVersion = "2.19.4"
30
val jacksonNonCoreVersion = jacksonCoreVersion
31
32
autoAPIMappings := true
0 commit comments