Skip to content

Commit

Permalink
fix(deps): update kotlin, ksp and compose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 1b5624b commit c64815b
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,7 +1,7 @@
[versions]
accompanist = "0.32.0"
apollo = "3.8.2"
compose = "1.5.3"
compose = "1.5.10"
coroutines = "1.7.3"
datastore = "1.1.0-alpha05"
destinations = "1.9.54"
Expand All @@ -11,7 +11,7 @@ koin = "3.5.0"
koin-compose = "3.4.5"
koin-test = "3.5.0"
kotest = "5.7.2"
kotlin = "1.9.10"
kotlin = "1.9.20"
ktor = "2.3.5"
lifecycle = "2.6.2"
mockmp = "1.15.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ apollo-test = { module = "com.apollographql.apollo3:apollo-testing-support", ver
arrow = { module = "io.arrow-kt:arrow-core", version = "1.2.1" }

# Compose
compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.5.2" }
compose-compiler = { module = "org.jetbrains.compose.compiler:compiler", version = "1.5.3" }
compose-material3-windowsize = { module = "dev.chrisbanes.material3:material3-window-size-class-multiplatform", version = "0.3.1" }
compose-placeholder = { module = "com.eygraber:compose-placeholder-material", version = "1.0.3" }

Expand Down

0 comments on commit c64815b

Please sign in to comment.