Skip to content

Commit d15c969

Browse files
committed
rc1-SNAPSHOT
1 parent 612e906 commit d15c969

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

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

8-
ThisBuild / version := "3.0.0-SNAPSHOT"
8+
ThisBuild / version := "3.0.0-rc1-SNAPSHOT"
99

1010
val scala213Version = "2.13.15"
1111
ThisBuild / scalaVersion := scala213Version
@@ -17,7 +17,7 @@ sonatypeRepository := "s01.oss.sonatype.org"
1717

1818
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1919

20-
val jacksonVersion = "3.0.0-SNAPSHOT"
20+
val jacksonVersion = "3.0.0-rc1-SNAPSHOT"
2121

2222
publishTo := {
2323
val nexus = "https://s01.oss.sonatype.org/"

0 commit comments

Comments
 (0)