Skip to content

Commit 16eeb1d

Browse files
committed
update Kotlin to 2.2.10
1 parent 8ffcbe5 commit 16eeb1d

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.11-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.11/jar)
66
[![Snapshot](https://img.shields.io/badge/Snapshot-2.12--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.12-SNAPSHOT~~)
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.2.0-red.svg)](http://kotlinlang.org/)
8+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.2.10-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.2.0"
3+
kotlin = "2.2.10"
44
kotlinxSerialization = "1.9.0"
55
kotlinDokka = "2.0.0"
66
kotlinxBenchmark = "0.4.14"

0 commit comments

Comments
 (0)