We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60ed8a commit 3f2b79dCopy full SHA for 3f2b79d
build.sbt
@@ -6,7 +6,7 @@ name := "jackson-module-scala"
6
7
organization := "tools.jackson.module"
8
9
-ThisBuild / version := "3.0.0-rc2-SNAPSHOT"
+ThisBuild / version := "3.0.0-rc2"
10
11
val scala213Version = "2.13.16"
12
ThisBuild / scalaVersion := scala213Version
0 commit comments