Skip to content

Commit

Permalink
Use jSoup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Sep 14, 2024
1 parent 4dc1a92 commit 25e8e1c
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 @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
implementation("org.jsoup:jsoup:1.18.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
implementation("com.charleskorn.kaml:kaml:0.61.0")
Expand Down

0 comments on commit 25e8e1c

Please sign in to comment.