Skip to content

Commit

Permalink
build(gradle): Fix MCProtocolLib dependency (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobaret authored Dec 4, 2023
1 parent 3e17c72 commit 6828d26
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 @@ -42,7 +42,7 @@ dependencies {
// implementation "net.kyori:adventure-text-serializer-plain:4.12.0"
// implementation "net.kyori:adventure-text-serializer-legacy:4.12.0"

implementation "com.github.GeyserMC:MCProtocolLib:1.18.2-1"
implementation 'com.github.steveice10:mcprotocollib:1.18.2-1'

implementation "commons-cli:commons-cli:1.5.0"
implementation "re.alwyn974:logger:1.0.0"
Expand Down

0 comments on commit 6828d26

Please sign in to comment.