Skip to content

Commit

Permalink
fix dependency configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 4, 2024
1 parent 0dc36a4 commit 072171b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
}

dependencies {
compileOnly(libs.org.slf4j.slf4j.api)
compileOnly(libs.it.unimi.dsi.fastutil)
implementation(libs.org.slf4j.slf4j.api)
implementation(libs.it.unimi.dsi.fastutil)
}

tasks.jar {
Expand Down

0 comments on commit 072171b

Please sign in to comment.