Skip to content

Commit bdc7b4e

Browse files
authored
depend on jackson 3.0.0-rc3
1 parent 0258139 commit bdc7b4e

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
@@ -16,11 +16,11 @@ ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.5")
1616
sonatypeCredentialHost := "s01.oss.sonatype.org"
1717
sonatypeRepository := "s01.oss.sonatype.org"
1818

19-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
19+
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2020

2121
bomFormat := "xml"
2222

23-
val jacksonVersion = "3.0.0-rc3-SNAPSHOT"
23+
val jacksonVersion = "3.0.0-rc3"
2424

2525
autoAPIMappings := true
2626

0 commit comments

Comments
 (0)