We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b643ac1 commit 946a851Copy full SHA for 946a851
build.sbt
@@ -7,15 +7,14 @@ name := "jackson-module-scala"
7
8
organization := "tools.jackson.module"
9
10
-ThisBuild / version := "3.0.0-rc5-SNAPSHOT"
+//ThisBuild / version := "3.0.0-rc5"
11
12
val scala213Version = "2.13.16"
13
ThisBuild / scalaVersion := scala213Version
14
15
ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
16
17
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
18
-// ThisBuild / sonatypeRepository := "s01.oss.sonatype.org"
19
20
resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
21
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
0 commit comments