Skip to content

Commit 20fc11c

Browse files
authored
Update README.md
1 parent c9b151f commit 20fc11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ the minimum supported version now.
3636
## Scala 3
3737

3838
[Scala 3 support](https://github.com/FasterXML/jackson-module-scala/issues?q=is%3Aissue+is%3Aopen+label%3Ascala3) was added in v2.13.0.
39-
This support is still deemed to be experimental. Code contributions are welcomed.
39+
There are a few differences from Scala 2 support.
4040
* ScalaObjectMapper is not supported for Scala 3 but ClassTagExtensions is its replacement. (https://github.com/FasterXML/jackson-module-scala/issues/503)
4141
* There are still a few tests that work with Scala 2 that fail with Scala 3
4242
* It is expected that most use cases should work ok with Scala 3
@@ -114,7 +114,7 @@ Consult the [Scaladoc](https://fasterxml.github.io/jackson-module-scala/latest/a
114114

115115
To import in sbt:
116116
```scala
117-
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3"
117+
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1"
118118
```
119119

120120
## Java/Kotlin users

0 commit comments

Comments
 (0)