forgot this

This commit is contained in:
Jannik Reimers 2024-10-29 23:16:57 +01:00
parent bb3d97b106
commit bb49c2d29d
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
2 changed files with 3 additions and 3 deletions

View file

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