1
0

change kotlin back to 2.0.20

This commit is contained in:
Jannik Reimers 2024-11-06 19:34:55 +01:00
parent 3a8dc16037
commit 614b040a1e
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21" # Note: Plugin versions must be updated in the settings.gradle.kts too
kotlin = "2.0.20" # Note: Plugin versions must be updated in the settings.gradle.kts too
groovy = "3.0.22"
jansi = "2.4.1"

View File

@ -1,8 +1,8 @@
pluginManagement {
plugins {
// Update this in libs.version.toml when you change it here.
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("com.github.johnrengelman.shadow") version "8.1.1"