Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                                           | from         | to           |
| ---------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------ |
| maven      | io.github.reactivecircus.cache4k:cache4k                                                          | 0.13.0       | 0.14.0       |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.7.3        | 1.8.0+check  |
| maven      | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                                         | 7.0.0        | 7.0.2        |
| maven      | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin     | 0.12.0-rc.25 | 0.12.0-rc.26 |
| maven      | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin       | 0.12.0-rc.25 | 0.12.0-rc.26 |
| maven      | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin | 0.12.0-rc.25 | 0.12.0-rc.26 |
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 0245973 commit 1d2dcb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
animalSniffer = "1.7.2"
arrowGradleConfig = "0.12.0-rc.25"
arrowGradleConfig = "0.12.0-rc.26"
coroutines = "1.10.1"
classgraph = "4.8.179"
dokka = "2.0.0"
Expand All @@ -15,12 +15,12 @@ kotlinxSerialization = "1.8.0"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.2"
spotlessVersion = "7.0.0"
spotlessVersion = "7.0.2"
compose = "1.7.6"
composePlugin = "1.7.3"
composePlugin = "1.8.0+check"
agp = "8.8.0"
android-compileSdk = "34"
cache4k = "0.13.0"
cache4k = "0.14.0"
publish="0.30.0"

[libraries]
Expand Down

0 comments on commit 1d2dcb8

Please sign in to comment.