Skip to content

Commit 46be3b2

Browse files
authored
Update jacksonCoreVersion to 2.19.4
1 parent 9bb3d89 commit 46be3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ ThisBuild / publishTo := {
2424

2525
bomFormat := "xml"
2626

27-
resolvers += Resolver.sonatypeCentralSnapshots
27+
// resolvers += Resolver.sonatypeCentralSnapshots
2828
version := "2.19.4-SNAPSHOT"
29-
val jacksonCoreVersion = "2.19.4-SNAPSHOT"
29+
val jacksonCoreVersion = "2.19.4"
3030
val jacksonNonCoreVersion = jacksonCoreVersion
3131

3232
autoAPIMappings := true

0 commit comments

Comments
 (0)