Skip to content

Commit

Permalink
fix typo, use fastutil lite
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 committed Jul 7, 2024
1 parent 832a29f commit 3ce4192
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("co.aikar:fastutil-lite:1.0")
}

remapJar {
Expand Down

1 comment on commit 3ce4192

@Kichura
Copy link
Member

@Kichura Kichura commented on 3ce4192 Jul 7, 2024

Choose a reason for hiding this comment

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

ViaVersion (The Movie): The return of Aikar. /j

Please sign in to comment.