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.android.library:com.android.library.gradle.plugin                 | 8.4.1  | 8.4.2  |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin             | 3.17.4 | 3.17.5 |
| maven      | androidx.compose.runtime:runtime                                      | 1.6.7  | 1.6.8  |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.0  | 0.8.1  |
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 6e7b54d commit e22483b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.8.1"
classgraph = "4.8.173"
dokka = "1.9.20"
kotest = "5.9.1"
kover = "0.8.0"
kover = "0.8.1"
kotlin = "2.0.0"
kotlinBinaryCompatibilityValidator = "0.15.0-Beta.2"
kotlinCompileTesting = "0.5.0"
Expand All @@ -16,9 +16,9 @@ mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.7"
compose = "1.6.8"
composePlugin = "1.6.11"
agp = "8.4.1"
agp = "8.4.2"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.28.0"
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.17.4"
id("com.gradle.develocity") version "3.17.5"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit e22483b

Please sign in to comment.