Bump kotlin from 1.7.21 to 1.8.20

This commit is contained in:
Quentin Hibon
2023-08-09 00:14:10 +02:00
parent b51f6abfce
commit ef7454ae75
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ application {
dependencies {
val ktorVersion = "1.6.8"
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.8.20"
val logbackVersion = "1.4.9"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")