Skip to content

Commit

Permalink
fix typo in fastutil
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Jul 7, 2024
1 parent 832a29f commit 37dfc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {

includeJ8("com.viaversion:viaversion:${rootProject.viaver_version}")
include("org.yaml:snakeyaml:${rootProject.yaml_version}")
implementation("it.unimi.dsi:fastutil:8.5.13")
include("it.unimi.dsi:fastutil:8.5.13")
}

remapJar {
Expand Down

0 comments on commit 37dfc37

Please sign in to comment.