update to littlekt 0.10.1

This commit is contained in:
LeHaine 2024-07-22 07:40:42 -04:00
parent 6767d1c5be
commit e181eb92a4
No known key found for this signature in database
GPG key ID: 8AEC4F9B9F33E9AC

View file

@ -2,7 +2,7 @@
kotlin = "2.0.0"
kotlinx-html = "0.11.0"
kotlinx-coroutines = "1.9.0-RC"
littlekt = "0.10.0"
littlekt = "0.10.1"
[libraries]
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }