Skip to content

Commit f9da055

Browse files
authored
Merge pull request #575 from skadi-cloud/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-html-jvm-0.11.0
build(deps): bump org.jetbrains.kotlinx:kotlinx-html-jvm from 0.10.1 to 0.11.0
2 parents 28e3a4a + 8da9a7c commit f9da055

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)