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 79827cf commit 9546c57Copy full SHA for 9546c57
build.sbt
@@ -24,11 +24,11 @@ ThisBuild / publishTo := {
24
25
bomFormat := "xml"
26
27
-// resolvers += Resolver.sonatypeCentralSnapshots
+resolvers += Resolver.sonatypeCentralSnapshots
28
29
-// version := "2.21.1-SNAPSHOT"
+version := "2.20.2-SNAPSHOT"
30
val jacksonAnnotationVersion = "2.20"
31
-val jacksonCoreVersion = "2.20.1"
+val jacksonCoreVersion = "2.20.2-SNAPSHOT"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments