We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650f755 commit 0a7489fCopy full SHA for 0a7489f
README.md
@@ -116,7 +116,7 @@ Consult the [Scaladoc](https://fasterxml.github.io/jackson-module-scala/latest/a
116
117
To import in sbt:
118
```scala
119
-libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.3"
+libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.0"
120
```
121
122
## Java/Kotlin users
@@ -138,6 +138,7 @@ content. The project `.gitignore` file intentionally prevents this file from bei
138
139
``` scala
140
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
141
+resolver += "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots"
142
143
144
# Download, docs
0 commit comments