Updated some dependencies.

This commit is contained in:
Chris Hodges 2024-12-22 07:28:57 +01:00
parent 0cb180ddf3
commit bc542bd29c

View File

@ -1,5 +1,5 @@
plugins { plugins {
kotlin("jvm") version "1.9.20" kotlin("jvm") version "2.1.0"
} }
repositories { repositories {
@ -8,7 +8,7 @@ repositories {
dependencies { dependencies {
implementation("com.github.kittinunf.fuel:fuel:3.0.0-alpha1") implementation("com.github.kittinunf.fuel:fuel:3.0.0-alpha1")
implementation("com.mohamedrejeb.ksoup:ksoup-html:0.2.1") implementation("com.mohamedrejeb.ksoup:ksoup-html:0.4.0")
} }
tasks { tasks {
@ -19,6 +19,6 @@ tasks {
} }
wrapper { wrapper {
gradleVersion = "8.4" gradleVersion = "8.12"
} }
} }