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 e821ba3 commit 535e343Copy full SHA for 535e343
build.sbt
@@ -24,9 +24,9 @@ ThisBuild / publishTo := {
24
25
bomFormat := "xml"
26
27
-// resolvers += Resolver.sonatypeCentralSnapshots
+resolvers += Resolver.sonatypeCentralSnapshots
28
version := "2.19.4-SNAPSHOT"
29
-val jacksonCoreVersion = "2.19.3"
+val jacksonCoreVersion = "2.19.4-SNAPSHOT"
30
val jacksonNonCoreVersion = jacksonCoreVersion
31
32
autoAPIMappings := true
0 commit comments