Update kotlin to the 1.5.30 release

This commit is contained in:
Username404 2021-09-07 07:14:44 +02:00
parent e291ef6324
commit 848fa203a9
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.30-M1"
kotlin("plugin.serialization") version "1.5.30-M1"
kotlin("jvm") version "1.5.30"
kotlin("plugin.serialization") version "1.5.30"
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("architectury-plugin") version "[3.0.100, 3.4["
id("dev.architectury.loom") version (