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 e7bdaf5 commit 5e50b58Copy full SHA for 5e50b58
1 file changed
build.sbt
@@ -24,11 +24,11 @@ ThisBuild / publishTo := {
24
25
bomFormat := "xml"
26
27
-resolvers += Resolver.sonatypeCentralSnapshots
+// resolvers += Resolver.sonatypeCentralSnapshots
28
29
ThisBuild / version := "2.22.1-SNAPSHOT"
30
val jacksonAnnotationVersion = "2.22"
31
-val jacksonCoreVersion = "2.22.1-SNAPSHOT"
+val jacksonCoreVersion = "2.22.1"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments