Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 19, 2023
1 parent 67c2877 commit bfbf203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.19"
version = "1.16.20"

repositories {
mavenCentral()
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "1.9.20"
ktor = "2.3.5"
ktor = "2.3.6"
kmongo = "4.10.0"
kord = "0.11.1"
mikbot = "3.25.0"
ksp = "1.9.20-1.0.13"
kordex = "1.6.0-SNAPSHOT"
android = "8.1.2"
android = "8.1.4"
compose = "1.5.10"
compose-wear = "1.2.1"
lyricist = "1.6.0"
Expand All @@ -19,7 +19,7 @@ compose-compiler = "1.5.3"
coil = "2.4.0"

[libraries]
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.0" }
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.1" }
kmongo-id-serialization = { group = "org.litote.kmongo", name = "kmongo-id-serialization", version.ref = "kmongo" }
kord-common = { group = "dev.kord", name = "kord-common", version.ref = "kord" }
kordex-processor = { group = "com.kotlindiscord.kord.extensions", name = "annotation-processor", version.ref = "kordex" }
Expand Down Expand Up @@ -57,10 +57,10 @@ logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.4.1

kvault = { group = "com.liftric", name = "kvault", version = "1.10.0" }

androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.8.0" }
androidx-activity = { group = "androidx.activity", name = "activity-compose", version = "1.8.1" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.6.1" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.12.0" }
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.6.0" }
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.7.0" }
mdc-android = { group = "com.google.android.material", name = "material", version = "1.10.0" }
google-play = { group = "com.google.android.play", name = "app-update", version.ref = "google-play" }
google-play-ktx = { group = "com.google.android.play", name = "app-update-ktx", version.ref = "google-play" }
Expand Down

0 comments on commit bfbf203

Please sign in to comment.