Skip to content

Commit b72d26f

Browse files
authored
prep 3.0.2
1 parent 09c882d commit b72d26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ThisBuild / publishTo := {
2323

2424
bomFormat := "xml"
2525

26-
resolvers += Resolver.sonatypeCentralSnapshots
27-
ThisBuild / version := "3.0.2-SNAPSHOT"
28-
val jacksonVersion = "3.0.2-SNAPSHOT"
26+
// resolvers += Resolver.sonatypeCentralSnapshots
27+
ThisBuild / version := "3.0.2"
28+
val jacksonVersion = "3.0.2"
2929

3030
autoAPIMappings := true
3131

0 commit comments

Comments
 (0)