Updates remote demo

This commit is contained in:
Julien Lengrand-Lambert
2025-10-19 03:09:01 +02:00
parent 20dfc326c7
commit 4333d077c3

View File

@@ -10,7 +10,7 @@ repositories {
} }
dependencies { dependencies {
implementation("fr.lengrand:opengraphkt:0.1.1") implementation("fr.lengrand:opengraphkt:0.1.2")
testImplementation(kotlin("test")) testImplementation(kotlin("test"))
} }
@@ -23,5 +23,5 @@ kotlin {
} }
application { application {
mainClass = "fr.lengrand.opengraphkt.MainKt" mainClass = "fr.lengrand.opengraphktremote.MainKt"
} }