Skip to content

Commit

Permalink
chore(deps): update kotlin & dokka & compose compiler to v1.9.10 (#560)
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 Oct 19, 2023
1 parent ad15930 commit cc601b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id("com.vanniktech.maven.publish.base") version "0.25.3" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.1" apply false
id("org.jmailen.kotlinter") version "4.0.0" apply false
id("org.jetbrains.dokka") version "1.9.0"
id("org.jetbrains.dokka") version "1.9.10"
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetSdk = "33"
minSdk = "23"

kotlin-lang = "1.9.10"
kotlin-dokka = "1.9.0"
kotlin-dokka = "1.9.10"

kotlin-serialization = "1.6.0"
android-sdkCommon = "31.1.2"
Expand Down

0 comments on commit cc601b0

Please sign in to comment.