Skip to content

Commit 946a851

Browse files
committed
Update build.sbt
1 parent b643ac1 commit 946a851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ name := "jackson-module-scala"
77

88
organization := "tools.jackson.module"
99

10-
ThisBuild / version := "3.0.0-rc5-SNAPSHOT"
10+
//ThisBuild / version := "3.0.0-rc5"
1111

1212
val scala213Version = "2.13.16"
1313
ThisBuild / scalaVersion := scala213Version
1414

1515
ThisBuild / crossScalaVersions := Seq("2.12.20", scala213Version, "3.3.6")
1616

1717
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
18-
// ThisBuild / sonatypeRepository := "s01.oss.sonatype.org"
1918

2019
resolvers += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
2120
resolvers ++= Resolver.sonatypeOssRepos("snapshots")

0 commit comments

Comments
 (0)