We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612e906 commit d15c969Copy full SHA for d15c969
build.sbt
@@ -5,7 +5,7 @@ name := "jackson-module-scala"
5
6
organization := "tools.jackson.module"
7
8
-ThisBuild / version := "3.0.0-SNAPSHOT"
+ThisBuild / version := "3.0.0-rc1-SNAPSHOT"
9
10
val scala213Version = "2.13.15"
11
ThisBuild / scalaVersion := scala213Version
@@ -17,7 +17,7 @@ sonatypeRepository := "s01.oss.sonatype.org"
17
18
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
19
20
-val jacksonVersion = "3.0.0-SNAPSHOT"
+val jacksonVersion = "3.0.0-rc1-SNAPSHOT"
21
22
publishTo := {
23
val nexus = "https://s01.oss.sonatype.org/"
0 commit comments