Skip to content

Commit

Permalink
make these implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Mar 12, 2024
1 parent 601dafd commit 64d1290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ sourceSets {

dependencies {
api(project(":pack-schema-api"))
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("commons-io:commons-io:2.11.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("commons-io:commons-io:2.11.0")
implementation("com.twelvemonkeys.imageio:imageio-tga:3.9.4")
implementation("com.nukkitx.fastutil:fastutil-int-object-maps:8.5.3")
api("net.kyori:adventure-api:4.14.0")
Expand Down

0 comments on commit 64d1290

Please sign in to comment.