Update Kotlin

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 2 years ago
parent 88ef8aec92
commit 7abb995461
  1. 2
      gradle/libs.versions.toml
  2. 2
      settings.gradle.kts

@ -6,7 +6,7 @@ guice = "5.1.0"
jackson = "2.13.2" jackson = "2.13.2"
jimfs = "1.2" jimfs = "1.2"
junit = "5.8.2" junit = "5.8.2"
kotlin = "1.6.20" kotlin = "1.6.21"
kotlinCoroutines = "1.6.1" kotlinCoroutines = "1.6.1"
ktor = "1.6.8" ktor = "1.6.8"
netty = "4.1.76.Final" netty = "4.1.76.Final"

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

Loading…
Cancel
Save