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.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.29.0        | 0.30.0        |
| maven      | com.android.library:com.android.library.gradle.plugin                   | 8.7.0         | 8.7.1         |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin           | 2.0.20-1.0.25 | 2.0.21-1.0.25 |
| maven      | com.google.devtools.ksp:symbol-processing-api                           | 2.0.20-1.0.25 | 2.0.21-1.0.25 |
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent cb36344 commit 33427b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ kotlin = "2.0.21"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.20-1.0.25"
kspVersion = "2.0.21-1.0.25"
kotlinxSerialization = "1.7.3"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.3"
composePlugin = "1.7.0-rc01"
agp = "8.7.0"
agp = "8.7.1"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.29.0"
publish="0.30.0"

[libraries]
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit 33427b4

Please sign in to comment.