From 6096e15a4f72af2456c0bf4edb41679b15c1a422 Mon Sep 17 00:00:00 2001 From: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:33:24 -0500 Subject: [PATCH] build: update EGT to 0.6.5 [no ci] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 7e27f54e7..06cc7fe54 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -37,7 +37,7 @@ pluginManagement { val kotlinVersion = "1.9.22" kotlin("jvm") version kotlinVersion apply false kotlin("plugin.serialization") version kotlinVersion apply false - id("gg.essential.multi-version.root") version "0.6.3" + id("gg.essential.multi-version.root") version "0.6.5" id("gg.essential.loom") id("gg.essential.defaults") }