Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-html from 0.9.1 to 0.10.1
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.9.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 Oct 5, 2023
1 parent 2eb3424 commit 53c1941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
testImplementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-html:0.9.1")
implementation("org.jetbrains.kotlinx:kotlinx-html:0.10.1")
}

kotlin {
Expand Down

0 comments on commit 53c1941

Please sign in to comment.