Skip to content

Commit

Permalink
fix maven central dependency resolving error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Sep 10, 2023
1 parent a76f0c0 commit 7b40204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
}

dependencies {
api("kotlin.graphics:unsigned:3.3.32")
api("kotlin.graphics:kool:0.9.77")
api("org.lwjgl:lwjgl-jemalloc:3.3.2")
compileOnly("kotlin.graphics:unsigned:3.3.32")
compileOnly("kotlin.graphics:kool:0.9.77")
compileOnly("org.lwjgl:lwjgl-jemalloc:3.3.2")


testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
Expand Down

1 comment on commit 7b40204

@Bixilon
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elect86 Can you release build 12?

Please sign in to comment.