Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                   | from  | to     |
| ---------- | --------------------------------------------------------- | ----- | ------ |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.18  | 3.18.1 |
| maven      | androidx.compose.runtime:runtime                          | 1.7.0 | 1.7.1  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test             | 1.8.1 | 1.9.0  |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core             | 1.8.1 | 1.9.0  |
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent ea0e0f9 commit 028eb55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.24"
coroutines = "1.8.1"
coroutines = "1.9.0"
classgraph = "4.8.175"
dokka = "1.9.20"
kotest = "5.9.1"
Expand All @@ -16,7 +16,7 @@ mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.0"
compose = "1.7.1"
composePlugin = "1.6.11"
agp = "8.6.0"
android-compileSdk = "34"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.18"
id("com.gradle.develocity") version "3.18.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit 028eb55

Please sign in to comment.