Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx:kotlinx-html
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-html](https://github.com/Kotlin/kotlinx.html) from 0.8.1 to 0.10.1.
- [Release notes](https://github.com/Kotlin/kotlinx.html/releases)
- [Commits](https://github.com/Kotlin/kotlinx.html/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 323c3a3 commit 0d3e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("io.ktor:ktor-client-java:1.6.8")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.10.1")
implementation("org.jetbrains.kotlinx:kotlinx-html:0.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-html:0.10.1")

implementation(project(":shared"))

Expand Down

0 comments on commit 0d3e48c

Please sign in to comment.