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 b75261b commit de084aaCopy full SHA for de084aa
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"
+ThisBuild / version := "2.22.2-SNAPSHOT"
30
val jacksonAnnotationVersion = "2.22"
31
-val jacksonCoreVersion = "2.22.1"
+val jacksonCoreVersion = "2.22.2-SNAPSHOT"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments