Skip to content

Commit

Permalink
Update ChatMenuAPI again, probably will fix all erros related to Prot…
Browse files Browse the repository at this point in the history
…ocolLib
  • Loading branch information
EverNife committed Feb 11, 2022
1 parent a2666d7 commit 2dfd906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
implementation 'com.github.evernife:ChatMenuAPI:1.1.2b'
implementation 'com.github.evernife:ChatMenuAPI:v1.1.3b'
implementation 'com.github.evernife.libby:libby-core:d994023'

implementation 'dev.triumphteam:triumph-gui:3.0.4-e1'
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies {
shadowJar {
archiveName = "${baseName}-${version}.${extension}"
dependencies {
include(dependency('com.github.evernife:ChatMenuAPI:1.1.2b'))
include(dependency('com.github.evernife:ChatMenuAPI:v1.1.3b'))
include(dependency('com.github.evernife.libby:libby-core:d994023'))
include(dependency('dev.triumphteam:triumph-gui:3.0.4-e1'))
}
Expand Down

0 comments on commit 2dfd906

Please sign in to comment.