Skip to content

Commit

Permalink
fix(deps): update kotlin & dokka & compose compiler (#605)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 36c1d8f commit add6415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.jetbrains.dokka.base.DokkaBase
import org.jetbrains.dokka.base.DokkaBaseConfiguration

plugins {
kotlin("jvm") version "1.9.21" apply false
kotlin("android") version "1.9.21" apply false
kotlin("multiplatform") version "1.9.21" apply false
kotlin("plugin.serialization") version "1.9.21" apply false
kotlin("jvm") version "1.9.22" apply false
kotlin("android") version "1.9.22" apply false
kotlin("multiplatform") version "1.9.22" apply false
kotlin("plugin.serialization") version "1.9.22" apply false
id("com.android.library") version "8.2.1" apply false
id("com.android.test") version "8.2.1" apply false
id("androidx.baselineprofile") version "1.2.2" apply false
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compileSdk = "34"
targetSdk = "33"
minSdk = "23"

kotlin-lang = "1.9.21"
kotlin-lang = "1.9.22"
kotlin-dokka = "1.9.10"

kotlin-serialization = "1.6.2"
Expand All @@ -14,7 +14,7 @@ androidx-activityCompose = "1.8.2"
androidx-activityComposeCatalog = "1.8.2"
androidx-core = "1.12.0"
androidx-constraint-layout = "1.0.1"
compose-compiler = "1.5.6"
compose-compiler = "1.5.8"
mockk = "1.13.9"
square-kotlinPoet = "1.15.3"

Expand Down

0 comments on commit add6415

Please sign in to comment.