Skip to content

Commit 58037d5

Browse files
authored
Update README.md
1 parent 9c42fd2 commit 58037d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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.17)
1+
![Build Status](https://github.com/FasterXML/jackson-module-scala/actions/workflows/ci.yml/badge.svg?branch=2.19)
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

@@ -113,7 +113,7 @@ Consult the [Scaladoc](https://fasterxml.github.io/jackson-module-scala/latest/a
113113

114114
To import in sbt:
115115
```scala
116-
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2"
116+
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.3"
117117
```
118118

119119
## Java/Kotlin users

0 commit comments

Comments
 (0)