From 9fd036a1aee68bae3e6b9bff77eef9f8dac69a13 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 6 May 2024 01:05:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d88311..b61b7739 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ the minimum supported version now. ## Scala 3 [Scala 3 support](https://github.com/FasterXML/jackson-module-scala/issues?q=is%3Aissue+is%3Aopen+label%3Ascala3) was added in v2.13.0. -This support is still deemed to be experimental. Code contributions are welcomed. +There are a few differences from Scala 2 support. * ScalaObjectMapper is not supported for Scala 3 but ClassTagExtensions is its replacement. (https://github.com/FasterXML/jackson-module-scala/issues/503) * There are still a few tests that work with Scala 2 that fail with Scala 3 * It is expected that most use cases should work ok with Scala 3