Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-html-jvm from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.9.1 to 0.10.0.
- [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-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent a11fc53 commit dfccc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tadoc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation("org.key-project:key.core:2.12.0")
implementation("org.key-project:key.util:2.12.0")

implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.9.1")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.10.0")
implementation("com.atlassian.commonmark:commonmark:0.17.0")
implementation("com.atlassian.commonmark:commonmark-ext-gfm-tables:0.17.0")
implementation("com.atlassian.commonmark:commonmark-ext-autolink:0.17.0")
Expand Down

0 comments on commit dfccc13

Please sign in to comment.