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 1810af4 commit 5a347ebCopy full SHA for 5a347eb
1 file changed
build.sbt
@@ -24,9 +24,9 @@ ThisBuild / publishTo := {
24
25
bomFormat := "xml"
26
27
-// resolvers += Resolver.sonatypeCentralSnapshots
28
-// ThisBuild / version := "3.2.0-SNAPSHOT"
29
-val jacksonVersion = "3.2.0"
+resolvers += Resolver.sonatypeCentralSnapshots
+ThisBuild / version := "3.2.1-SNAPSHOT"
+val jacksonVersion = "3.2.1-SNAPSHOT"
30
31
autoAPIMappings := true
32
0 commit comments