diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1ddf..cdecd16c 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,11 @@ + + + - \ No newline at end of file + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0f933c80..fba5f403 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] -kotlin = "2.0.0-RC1" +kotlin = "2.0.0-RC3" kordex = "1.8.0-SNAPSHOT" kmongo = "4.11.0" coroutines = "1.8.0" serialization = "1.6.3" ktor = "2.3.10" kord = "0.13.1" -api = "3.30.2" -ksp = "2.0.0-RC1-1.0.20" +api = "3.31.0" +ksp = "2.0.0-RC3-1.0.20" lavakord = "6.2.0" [libraries] diff --git a/music/build.gradle.kts b/music/build.gradle.kts index 80ec98ad..6dde52bd 100644 --- a/music/build.gradle.kts +++ b/music/build.gradle.kts @@ -1,3 +1,3 @@ subprojects { - version = "3.5.19-SNAPSHOT" + version = "3.6.0-SNAPSHOT" }