Moves up to next version, and fixes demo-remote

This commit is contained in:
Julien Lengrand-Lambert
2025-10-26 00:00:32 +01:00
parent d982bc94cb
commit 89dbda55b8
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation("fr.lengrand:opengraphkt:0.1.2")
implementation("fr.lengrand:opengraphkt:0.1.3")
testImplementation(kotlin("test"))
}
@@ -19,7 +19,7 @@ tasks.test {
}
kotlin {
jvmToolchain(24)
jvmToolchain(17)
}
application {