Update kotlin to the 1.6.0 release candidate

This commit is contained in:
Username404 2021-10-27 11:06:32 +02:00
parent f7bc34dbd4
commit 0be77d4c35
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ buildscript {
}
plugins {
kotlin("jvm") version "1.5.30"
kotlin("plugin.serialization") version "1.5.30"
kotlin("jvm") version "1.6.0-RC"
kotlin("plugin.serialization") version "1.6.0-RC"
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("architectury-plugin") version "[3.0.100, 3.5["
id("dev.architectury.loom") version (