Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 10, 2024
1 parent aee94e4 commit 679df33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion music/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subprojects {
version = "3.5.19-SNAPSHOT"
version = "3.6.0-SNAPSHOT"
}

0 comments on commit 679df33

Please sign in to comment.