Skip to content

Commit

Permalink
bump protocollib version to 5.3.0 for 1.20.6 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Jun 8, 2024
1 parent e6170af commit 92cb09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks {
dependsOn('build')
systemProperty('com.mojang.eula.agree', 'true')
downloadPlugins {
url("https://ci.dmulloy2.net/job/ProtocolLib/689/artifact/build/libs/ProtocolLib.jar")
url("https://ci.dmulloy2.net/job/ProtocolLib/709/artifact/build/libs/ProtocolLib.jar")
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minecraft_version=1.20.6
protocollib_version=5.2.0
protocollib_version=5.3.0

0 comments on commit 92cb09f

Please sign in to comment.