Update Kotlin

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 1 year ago
parent c13f131c32
commit 5604811e8b
  1. 2
      gradle/libs.versions.toml
  2. 2
      settings.gradle.kts

@ -6,7 +6,7 @@ guice = "5.1.0"
jackson = "2.14.2" jackson = "2.14.2"
jimfs = "1.2" jimfs = "1.2"
junit = "5.9.2" junit = "5.9.2"
kotlin = "1.7.20" kotlin = "1.8.10"
kotlinCoroutines = "1.6.4" kotlinCoroutines = "1.6.4"
ktor = "2.2.3" ktor = "2.2.3"
netty = "4.1.89.Final" netty = "4.1.89.Final"

@ -13,7 +13,7 @@ dependencyResolutionManagement {
pluginManagement { pluginManagement {
plugins { plugins {
kotlin("jvm") version "1.7.20" kotlin("jvm") version "1.8.10"
} }
} }

Loading…
Cancel
Save