Update the kotlin compiler and serialization plugins to the latest releases

This commit is contained in:
Username404 2021-06-24 19:01:37 +02:00
parent 2a87787b21
commit c43b584096
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

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