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 1f49a15 commit d06d339Copy full SHA for d06d339
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.21.5-SNAPSHOT"
+ThisBuild / version := "2.21.6-SNAPSHOT"
30
val jacksonAnnotationVersion = "2.21"
31
-val jacksonCoreVersion = "2.21.5"
+val jacksonCoreVersion = "2.21.6-SNAPSHOT"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments