Skip to content

Commit 44b7224

Browse files
committed
snapshot
1 parent 0632026 commit 44b7224

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Build Status](https://github.com/FasterXML/jackson-module-scala/actions/workflows/ci.yml/badge.svg?branch=2.19)
1+
![Build Status](https://github.com/FasterXML/jackson-module-scala/actions/workflows/ci.yml/badge.svg?branch=2.x)
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-scala_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-scala_2.13)
33
[![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.module:jackson-module-scala_2.13)](https://tidelift.com/subscription/pkg/maven-com.fasterxml.jackson.module.jackson-module-scala.2.13?utm_source=maven-com.fasterxml.jackson.module.jackson-module-scala.2.13&utm_medium=github_sponsor_button&utm_campaign=readme)
44

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ThisBuild / scalaVersion := scala213Version
1212

1313
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.5")
1414

15-
// resolvers ++= Resolver.sonatypeOssRepos("snapshots")
15+
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1616

1717
bomFormat := "xml"
1818

19-
// version := "2.19.0-SNAPSHOT"
20-
val jacksonCoreVersion = "2.19.0"
19+
version := "2.20.0-SNAPSHOT"
20+
val jacksonCoreVersion = "2.20.0-SNAPSHOT"
2121
val jacksonNonCoreVersion = jacksonCoreVersion
2222

2323
autoAPIMappings := true

0 commit comments

Comments
 (0)