Skip to content

Commit

Permalink
Merge pull request #637 from kiwicom/renovate/kotlin-and-dokka-and-co…
Browse files Browse the repository at this point in the history
…mpose-compiler

fix(deps): update kotlin & dokka & compose compiler
  • Loading branch information
Alex Matečný authored Mar 26, 2024
2 parents abdd377 + dbee42d commit 12c961c
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.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
kotlin("jvm") version "1.9.23" apply false
kotlin("android") version "1.9.23" apply false
kotlin("multiplatform") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.23" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.test") version "8.2.2" apply false
id("androidx.baselineprofile") version "1.2.3" 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.22"
kotlin-lang = "1.9.23"
kotlin-dokka = "1.9.20"

kotlin-serialization = "1.6.3"
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.10"
compose-compiler = "1.5.11"
mockk = "1.13.9"
square-kotlinPoet = "1.16.0"

Expand Down

0 comments on commit 12c961c

Please sign in to comment.