Skip to content

Commit 0a7489f

Browse files
committed
Update README.md
1 parent 650f755 commit 0a7489f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Consult the [Scaladoc](https://fasterxml.github.io/jackson-module-scala/latest/a
116116

117117
To import in sbt:
118118
```scala
119-
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.3"
119+
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.0"
120120
```
121121

122122
## Java/Kotlin users
@@ -138,6 +138,7 @@ content. The project `.gitignore` file intentionally prevents this file from bei
138138

139139
``` scala
140140
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
141+
resolver += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
141142
```
142143

143144
# Download, docs

0 commit comments

Comments
 (0)