Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3502)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

| datasource | package                                                                               | from   | to                          |
| ---------- | ------------------------------------------------------------------------------------- | ------ | --------------------------- |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                             | 1.6.11 | 1.7.0-rc01 |
| maven      | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.0.20 | 2.0.21                      |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin   | 2.0.20 | 2.0.21                      |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                       | 2.0.20 | 2.0.21                      |

* Update libs.versions.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Serrano <[email protected]>
  • Loading branch information
renovate[bot] and serras authored Oct 10, 2024
1 parent 8288fd4 commit cb36344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ classgraph = "4.8.177"
dokka = "1.9.20"
kotest = "5.9.1"
kover = "0.8.3"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
Expand All @@ -17,7 +17,7 @@ retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.3"
composePlugin = "1.6.11"
composePlugin = "1.7.0-rc01"
agp = "8.7.0"
android-compileSdk = "34"
cache4k = "0.13.0"
Expand Down

0 comments on commit cb36344

Please sign in to comment.