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 { dependencies {
implementation("fr.lengrand:opengraphkt:0.1.2") implementation("fr.lengrand:opengraphkt:0.1.3")
testImplementation(kotlin("test")) testImplementation(kotlin("test"))
} }
@@ -19,7 +19,7 @@ tasks.test {
} }
kotlin { kotlin {
jvmToolchain(24) jvmToolchain(17)
} }
application { application {

View File

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