Skip to content

Commit 479aaad

Browse files
committed
snapshot
1 parent 11ec0c0 commit 479aaad

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
@@ -6,7 +6,7 @@ name := "jackson-module-scala"
66

77
organization := "tools.jackson.module"
88

9-
ThisBuild / version := "3.0.0-rc4"
9+
ThisBuild / version := "3.0.0-rc5-SNAPSHOT"
1010

1111
val scala213Version = "2.13.16"
1212
ThisBuild / scalaVersion := scala213Version
@@ -16,11 +16,11 @@ ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
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-rc4"
23+
val jacksonVersion = "3.0.0-rc5-SNAPSHOT"
2424

2525
autoAPIMappings := true
2626

0 commit comments

Comments
 (0)