Update the versions of kotlin gradle plugins to 1.5.21

This commit is contained in:
Username404-59 2021-07-13 14:03:10 +02:00
parent f9420f3a65
commit 73c55de5b4
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"
kotlin("plugin.serialization") version "1.5.20"
kotlin("jvm") version "1.5.21"
kotlin("plugin.serialization") version "1.5.21"
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 (