Skip to content

Commit cc601b0

Browse files
chore(deps): update kotlin & dokka & compose compiler to v1.9.10 (#560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad15930 commit cc601b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id("com.vanniktech.maven.publish.base") version "0.25.3" apply false
2222
id("io.gitlab.arturbosch.detekt") version "1.23.1" apply false
2323
id("org.jmailen.kotlinter") version "4.0.0" apply false
24-
id("org.jetbrains.dokka") version "1.9.0"
24+
id("org.jetbrains.dokka") version "1.9.10"
2525
}
2626

2727
buildscript {

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targetSdk = "33"
55
minSdk = "23"
66

77
kotlin-lang = "1.9.10"
8-
kotlin-dokka = "1.9.0"
8+
kotlin-dokka = "1.9.10"
99

1010
kotlin-serialization = "1.6.0"
1111
android-sdkCommon = "31.1.2"

0 commit comments

Comments
 (0)