Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored and github-actions[bot] committed May 30, 2024
1 parent e22467c commit 5e78439
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5e78439

Please sign in to comment.