From ae05f38ed9267734be46b4a0accb1f3229587416 Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Tue, 24 Sep 2024 14:09:53 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5cb4a98..c9d9d2d3 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ This library releases at a different cadence than [Circe], any apparent relation and circe-optics version numbers are a coincidence and NOT intentional. Please use the following table for determining capability with the corresponding [Circe] versions. -| Circe Optics Version | Circe | Monocle | Scala 2.12 | Scala 2.13 | Scala 3 | Scala JVM | Scala.JS | -|----------------------|--------|---------|------------|------------|---------|-----------|----------| -| 0.15.x | 0.14.x | 3.x | ❌ | ✅ | ✅ | ✅ | ✅ | -| 0.14.x | 0.14.x | 2.x | ✅ | ✅ | ❌ | ✅ | ✅ | +| Circe Optics Version | Circe | Monocle | Scala 2.12 | Scala 2.13 | Scala 3 | Scala JVM | Scala.JS | Scala Native | +|----------------------|--------|---------|------------|------------|---------|-----------|----------|--------------| +| 0.15.x | 0.14.x | 3.x | ❌ | ✅ | ✅ | ✅ | ✅ |✅ | +| 0.14.x | 0.14.x | 2.x | ✅ | ✅ | ❌ | ✅ | ✅ |❌ | ## Contributors and participation