Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Dec 6, 2023
1 parent 2202c9f commit 512047c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
val kotlin_version = "1.9.21"
val jetty_version = "11.0.18"
val slf4j_version = "2.0.9"
val skyenet_version = "1.0.42"
val skyenet_version = "1.0.43"
dependencies {

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.40")
Expand All @@ -34,11 +34,10 @@ dependencies {
implementation(group = "com.simiacryptus.skyenet", name = "core", version = skyenet_version)
{ exclude(group = "org.jetbrains.kotlin", module = "") }

compileOnly(group = "com.simiacryptus.skyenet", name = "kotlin", version = skyenet_version)

implementation(group = "com.simiacryptus.skyenet", name = "webui", version = skyenet_version)
{ exclude(group = "org.jetbrains.kotlin", module = "") }

compileOnly(group = "com.simiacryptus.skyenet", name = "kotlin", version = skyenet_version)
// implementation(files("C:\\Users\\andre\\code\\SkyeNet\\kotlin-hack\\build\\libs\\kotlin-hack-1.0.42.jar"))
implementation(group = "com.simiacryptus.skyenet", name = "kotlin-hack", version = "1.0.42") { isTransitive = false }

Expand Down

0 comments on commit 512047c

Please sign in to comment.