Skip to content

Commit

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

chore(deps): update kotlin & dokka & compose compiler
  • Loading branch information
Alex Matečný committed Mar 7, 2024
2 parents 55ae1f4 + 00ff2fd commit 1686d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id("com.vanniktech.maven.publish") version "0.27.0" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.4" apply false
id("org.jmailen.kotlinter") version "4.2.0" apply false
id("org.jetbrains.dokka") version "1.9.10"
id("org.jetbrains.dokka") version "1.9.20"
}

buildscript {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ targetSdk = "33"
minSdk = "23"

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

kotlin-serialization = "1.6.2"
kotlin-serialization = "1.6.3"
android-sdkCommon = "31.2.2"
android-lint = "31.2.2"
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.8"
compose-compiler = "1.5.10"
mockk = "1.13.9"
square-kotlinPoet = "1.16.0"

Expand Down

0 comments on commit 1686d10

Please sign in to comment.