Skip to content

Commit

Permalink
update Kotlin version to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Oct 12, 2024
1 parent 58e77d9 commit 9b584e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Snapshot](https://img.shields.io/badge/Snapshot-2.10--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~)

[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-red.svg)](http://kotlinlang.org/)
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.21-red.svg)](http://kotlinlang.org/)

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinxSerialization = "1.7.3"
kotlinDokka = "1.9.20"
kotlinxBenchmark = "0.4.11"
Expand Down

0 comments on commit 9b584e1

Please sign in to comment.