Skip to content

Commit 8a14ebf

Browse files
committed
Fix and update Jackson version in docs
1 parent 9d67d92 commit 8a14ebf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ With this module, single constructor classes can be used automatically,
1212
and those with secondary constructors or static factories are also supported.
1313

1414
# Status
15-
* release `2.20.0` (for Jackson `2.20.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.20)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.20)
16-
* release `2.19.3` (for Jackson `2.19.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19)
15+
* release `2.20.1` (for Jackson `2.20.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.20)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.20)
16+
* release `2.19.4` (for Jackson `2.19.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19)
1717
* release `2.18.5` (for Jackson `2.18.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
1818

1919
Releases require that you have included Kotlin stdlib and reflect libraries already.
@@ -190,7 +190,7 @@ when(root){
190190
# Configuration
191191

192192
The Kotlin module may be given a few configuration parameters at construction time;
193-
see the [inline documentation](https://github.com/FasterXML/jackson-module-kotlin/blob/2.20/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt)
193+
see the [inline documentation](https://github.com/FasterXML/jackson-module-kotlin/blob/2.x/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt)
194194
for details on what options are available and what they do.
195195

196196
```kotlin

0 commit comments

Comments
 (0)