Compare commits

..

4 Commits

Author SHA1 Message Date
Julien Lengrand-Lambert
91da68172f Lining up the version 2025-06-08 14:23:58 +02:00
renovate[bot]
d7cef1714e Update dependency gradle to v8.14.2 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 14:17:12 +02:00
renovate[bot]
9d94d22a5e Update dependency org.junit:junit-bom to v5.13.1 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 14:17:02 +02:00
julien Lengrand-Lambert
3c0eed60a7 Makes library multiplatform (#27)
* Replaces JSoup by Ksoup
2025-06-08 14:16:48 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "fr.lengrand"
version = "0.0.3-SNAPSHOT"
version = "0.1.0"
repositories {
mavenCentral()

View File

@@ -11,7 +11,7 @@ repositories {
}
dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation(platform("org.junit:junit-bom:5.13.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(kotlin("stdlib-jdk8"))