Skip to content

Commit 49df899

Browse files
committed
update Kotlin to 2.4.0
1 parent c332ffc commit 49df899

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![LTS](https://img.shields.io/badge/LTS-2.14-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.14/jar)
66
[![Snapshot](https://img.shields.io/badge/Snapshot-2.15--SNAPSHOT-orange.svg)](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots)
77
[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
8-
[![Kotlin](https://img.shields.io/badge/Kotlin-2.3.21-red.svg)](http://kotlinlang.org/)
8+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.4.0-red.svg)](http://kotlinlang.org/)
99

1010
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Quillraven/Fleks/blob/master/LICENSE)
1111

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
kotlin = "2.3.21"
3+
kotlin = "2.4.0"
44
kotlinxSerialization = "1.11.0"
55
kotlinDokka = "2.2.0"
66
kotlinxBenchmark = "0.4.16"

0 commit comments

Comments
 (0)