Compare commits

..

1 Commits
v0.1.3 ... main

Author SHA1 Message Date
Julien Lengrand-Lambert
89dbda55b8 Moves up to next version, and fixes demo-remote 2025-10-26 00:00:32 +01:00
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 {

View File

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