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 09c882d commit b72d26fCopy full SHA for b72d26f
build.sbt
@@ -23,9 +23,9 @@ ThisBuild / publishTo := {
23
24
bomFormat := "xml"
25
26
-resolvers += Resolver.sonatypeCentralSnapshots
27
-ThisBuild / version := "3.0.2-SNAPSHOT"
28
-val jacksonVersion = "3.0.2-SNAPSHOT"
+// resolvers += Resolver.sonatypeCentralSnapshots
+ThisBuild / version := "3.0.2"
+val jacksonVersion = "3.0.2"
29
30
autoAPIMappings := true
31
0 commit comments