mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-25 10:11:28 -07:00
update littlekt to 0.10.2, kotlin to 2.1.0, and kotlinx-coroutine to 1.9.0
This commit is contained in:
parent
e181eb92a4
commit
5630379cdf
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
[versions]
|
||||
kotlin = "2.0.0"
|
||||
kotlin = "2.1.0"
|
||||
kotlinx-html = "0.11.0"
|
||||
kotlinx-coroutines = "1.9.0-RC"
|
||||
littlekt = "0.10.1"
|
||||
kotlinx-coroutines = "1.9.0"
|
||||
littlekt = "0.10.2"
|
||||
|
||||
[libraries]
|
||||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
|
||||
|
|
Loading…
Reference in a new issue