Skip to content

Commit

Permalink
Bump velocity-native since there are some upstream libdeflate changes…
Browse files Browse the repository at this point in the history
… to include.
  • Loading branch information
astei committed Mar 16, 2023
1 parent ddd5a4c commit af203ae
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 @@ -28,7 +28,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation include("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT")
modImplementation include("com.velocitypowered:velocity-native:3.2.0-SNAPSHOT")
}

test {
Expand Down

0 comments on commit af203ae

Please sign in to comment.