diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d76cca5..43c1fc6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,6 +3,17 @@ [versions] kotlin = "1.9.22" +## ⬆ = "1.9.23" +## ⬆ = "1.9.24" +## ⬆ = "2.0.0-Beta1" +## ⬆ = "2.0.0-Beta2" +## ⬆ = "2.0.0-Beta3" +## ⬆ = "2.0.0-Beta4" +## ⬆ = "2.0.0-Beta5" +## ⬆ = "2.0.0-RC1" +## ⬆ = "2.0.0-RC2" +## ⬆ = "2.0.0-RC3" +## ⬆ = "2.0.0" gradle-android = '8.3.0-alpha12' diff --git a/settings.gradle.kts b/settings.gradle.kts index c4a16c5..4bd91d2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,6 +9,7 @@ pluginManagement { plugins { // See https://jmfayard.github.io/refreshVersions id("de.fayard.refreshVersions") version "0.60.4" +//// # available:"0.60.5" } rootProject.name = "chesskt" diff --git a/versions.properties b/versions.properties index 0f75841..753a243 100644 --- a/versions.properties +++ b/versions.properties @@ -1,5 +1,5 @@ #### Dependencies and Plugin versions with their available updates. -#### Generated by `./gradlew refreshVersions` version 0.60.3 +#### Generated by `./gradlew refreshVersions` version 0.60.4 #### #### Don't manually edit or split the comments that start with four hashtags (####), #### they will be overwritten by refreshVersions.