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