Skip to content

Commit 8da9a7c

Browse files
build(deps): bump org.jetbrains.kotlinx:kotlinx-html-jvm
Bumps [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/Kotlin/kotlinx.html/releases) - [Commits](Kotlin/kotlinx.html@0.10.1...0.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcf8e4d commit 8da9a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("io.ktor:ktor-client-core:1.6.8")
2525
implementation("io.ktor:ktor-client-java:1.6.8")
2626
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2")
27-
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.10.1")
27+
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
2828
implementation("org.jetbrains.kotlinx:kotlinx-html:0.10.1")
2929

3030
implementation(project(":shared"))

0 commit comments

Comments
 (0)