Skip to content

Commit b4191f5

Browse files
committed
Update readme versions
1 parent f1d6d13 commit b4191f5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Kotlin](https://img.shields.io/badge/kotlin-1.3.x-blue.svg)](http://kotlinlang.org) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin) [![Kotlin Slack](https://img.shields.io/badge/chat-kotlin%20slack-orange.svg)](http://slack.kotlinlang.org/)
1+
[![Kotlin](https://img.shields.io/badge/kotlin-1.4.x-blue.svg)](http://kotlinlang.org) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin) [![Kotlin Slack](https://img.shields.io/badge/chat-kotlin%20slack-orange.svg)](http://slack.kotlinlang.org/)
22

33
# Overview
44

@@ -10,11 +10,7 @@ and those with secondary constructors or static factories are also supported.
1010

1111
# Status
1212

13-
2.9.8+ Releases are compiled with Kotlin 1.3.x, other older releases are Kotlin 1.2.x.
14-
All should be compatible with current Kotlin if you also ensure the `kotlin-reflect`
15-
dependency is included with the same version number as stdlib.
16-
17-
* release `2.12.0` (for Jackson `2.12.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12)
13+
* release `2.12.3` (for Jackson `2.12.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.12)
1814
* release `2.11.4` (for Jackson `2.11.x`) [![CircleCI](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.11.svg?style=svg)](https://circleci.com/gh/FasterXML/jackson-module-kotlin/tree/2.11)
1915
* release `2.10.5` (for Jackson `2.10.x`)
2016
* release `2.9.10` (for Jackson `2.9.x`)
@@ -31,7 +27,7 @@ Maven:
3127
<dependency>
3228
<groupId>com.fasterxml.jackson.module</groupId>
3329
<artifactId>jackson-module-kotlin</artifactId>
34-
<version>2.12.0</version>
30+
<version>2.12.3</version>
3531
</dependency>
3632
```
3733

0 commit comments

Comments
 (0)