From 899f1287b547244d641cb3df184945ee5e8652e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:48:47 +0000 Subject: [PATCH] Update egtVersion to v0.7.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5664f5e..acf5e43 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,7 +10,7 @@ pluginManagement { // We also recommend specifying your desired version here if you're using more than one of the plugins, // so you do not have to change the version in multilpe places when updating. plugins { - val egtVersion = "0.7.0-alpha.5" // should be whatever is displayed in above badge + val egtVersion = "0.7.0" // should be whatever is displayed in above badge id("gg.essential.multi-version.root") version egtVersion id("gg.essential.multi-version.api-validation") version egtVersion }