Skip to content

Commit

Permalink
Kotlin updated to 1.9.20. #470
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Nov 4, 2023
1 parent f45df77 commit 6f02c8a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob
#### 1.12.1-SNAPSHOT

- **[UPDATE]** Updated to libGDX 1.12.1.
- **[UPDATE]** Updated to Kotlin 1.9.20.
- **[UPDATE]** Updated to Kotlin Coroutines 1.7.3.
- **[UPDATE]** Updated to Dokka 1.9.10.

#### 1.12.0-rc1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![GitHub Build](https://github.com/libktx/ktx/workflows/build/badge.svg)](https://github.com/libktx/ktx/actions?query=workflow%3Abuild)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-orange.svg)](http://kotlinlang.org/)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.20-orange.svg)](http://kotlinlang.org/)
[![libGDX](https://img.shields.io/badge/libgdx-1.12.1-red.svg)](https://libgdx.com/)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.libktx/ktx-async.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.libktx%22)

Expand Down
2 changes: 1 addition & 1 deletion async/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Kotlin Coroutines](https://img.shields.io/badge/kotlin--coroutines-1.7.2-orange.svg)](http://kotlinlang.org/)
[![Kotlin Coroutines](https://img.shields.io/badge/kotlin--coroutines-1.7.3-orange.svg)](http://kotlinlang.org/)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.libktx/ktx-async.svg)](https://search.maven.org/artifact/io.github.libktx/ktx-async)

# KTX: Coroutines support and parallelization utilities
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ktx/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ktx

const val gdxVersion = "1.12.1"
const val kotlinCoroutinesVersion = "1.7.2"
const val kotlinCoroutinesVersion = "1.7.3"

const val artemisOdbVersion = "2.3.0"
const val ashleyVersion = "1.7.4"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libGroup=io.github.libktx

kotlinVersion=1.9.0
kotlinVersion=1.9.20

dokkaVersion=1.8.20
dokkaVersion=1.9.10
junitPlatformVersion=1.2.0
configurationsPluginVersion=3.0.3

Expand Down

0 comments on commit 6f02c8a

Please sign in to comment.