Skip to content

Commit 0e6fa93

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-html to v0.9.1 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d5b457 commit 0e6fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation(libs.gradlePlugin.kotlinSymbolProcessing)
1616

1717
implementation("org.jetbrains:markdown:0.3.5")
18-
implementation("org.jetbrains.kotlinx:kotlinx-html:0.9.0")
18+
implementation("org.jetbrains.kotlinx:kotlinx-html:0.9.1")
1919
}
2020

2121
kotlin {

0 commit comments

Comments
 (0)