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 }