We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa610b2 commit 7103516Copy full SHA for 7103516
build.sbt
@@ -6,7 +6,7 @@ name := "jackson-module-scala"
6
7
organization := "tools.jackson.module"
8
9
-ThisBuild / version := "3.0.0-SNAPSHOT"
+ThisBuild / version := "3.0.0-rc2-SNAPSHOT"
10
11
val scala213Version = "2.13.16"
12
ThisBuild / scalaVersion := scala213Version
@@ -20,7 +20,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
20
21
bomFormat := "xml"
22
23
-val jacksonVersion = "3.0.0-SNAPSHOT"
+val jacksonVersion = "3.0.0-rc2-SNAPSHOT"
24
25
autoAPIMappings := true
26
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.10.7
+sbt.version=1.10.11
0 commit comments