Skip to content

Commit e876fc8

Browse files
authored
3.0.0-rc4-SNAPSHOT
1 parent 3cdb045 commit e876fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "jackson-module-scala"
66

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

9-
ThisBuild / version := "3.0.0-rc3"
9+
ThisBuild / version := "3.0.0-rc4-SNAPSHOT"
1010

1111
val scala213Version = "2.13.16"
1212
ThisBuild / scalaVersion := scala213Version
@@ -20,7 +20,7 @@ sonatypeRepository := "s01.oss.sonatype.org"
2020

2121
bomFormat := "xml"
2222

23-
val jacksonVersion = "3.0.0-rc3"
23+
val jacksonVersion = "3.0.0-rc4-SNAPSHOT"
2424

2525
autoAPIMappings := true
2626

0 commit comments

Comments
 (0)