Update kotlin and the typesafe config library

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-06-08 08:46:50 +02:00
parent 8f45c63db3
commit 312ae28697
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ buildscript {
}
plugins {
kotlin("jvm") version "1.7.0-RC"
kotlin("jvm") version "1.7.0-RC2"
kotlin("plugin.serialization") version "1.7.0-RC"
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("architectury-plugin") version "[3.4.124, 3.5["
@ -96,7 +96,7 @@ subprojects {
implementation("$kotlinX:kotlinx-serialization-core:$serializationVer")
implementation("$kotlinX:kotlinx-serialization-json:$serializationVer")
listOf(
"com.typesafe:config:1.4.1",
"com.typesafe:config:1.4.2",
"io.github.config4k:config4k:0.4.2",
"com.github.Vatuu:discord-rpc:1.6.2"
).forEach { implementation(it); shadowC(it) { isTransitive = false; exclude("com.sun.jna") } }