Skip to content

Commit

Permalink
Bump the compose-kotlin group across 1 directory with 2 updates (#284)
Browse files Browse the repository at this point in the history
* Bump the compose-kotlin group across 1 directory with 2 updates

Bumps the compose-kotlin group with 2 updates in the / directory: androidx.compose.compiler:compiler and [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `androidx.compose.compiler:compiler` from 1.5.13 to 1.5.14

Updates `com.google.devtools.ksp` from 1.9.23-1.0.20 to 1.9.24-1.0.20
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.20...1.9.24-1.0.20)

---
updated-dependencies:
- dependency-name: androidx.compose.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose-kotlin
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compose-kotlin
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump kotlin to 1.9.24

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Filipe Belatti <[email protected]>
  • Loading branch information
dependabot[bot] and fibelatti authored May 16, 2024
1 parent c71354c commit 6ee8340
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
@@ -1,11 +1,11 @@
[versions]
activity = "1.9.0"
agp = "8.4.0"
composeCompiler = "1.5.13"
composeCompiler = "1.5.14"
coroutines = "1.8.0"
hilt = "2.51.1"
hiltExtensions = "1.2.0"
kotlin = "1.9.23"
kotlin = "1.9.24"
lifecycle = "2.7.0"
moshi = "1.15.1"
okhttp = "4.12.0"
Expand Down Expand Up @@ -96,7 +96,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.23-1.0.20" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.24-1.0.20" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
room = { id = "androidx.room", version.ref = "room" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
Expand Down

0 comments on commit 6ee8340

Please sign in to comment.