Skip to content

Commit

Permalink
Update triumph-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife committed Mar 31, 2024
1 parent f873f9f commit 11039ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {

implementation 'com.github.evernife:ChatMenuAPI:v1.1.3c'
implementation 'net.byteflux:libby-core:1.2.0'
implementation 'dev.triumphteam:triumph-gui:3.0.4-e2'
implementation 'dev.triumphteam:triumph-gui:3.1.4-evernife-02'
implementation 'com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.3'

//The Item-NBT-API required the maven repo 'https://repo.codemc.org/repository/maven-public/'
Expand Down Expand Up @@ -146,11 +146,11 @@ ext.getCallingTask = { ->
shadowJar {
archiveName = "${baseName}-${version}.${extension}"
dependencies {
include(dependency('com.github.evernife:ChatMenuAPI:v1.1.3c'))
include(dependency('net.byteflux:libby-core:1.2.0'))
include(dependency('dev.triumphteam:triumph-gui:3.0.4-e2'))
include(dependency('com.github.EverNife.Item-NBT-API:item-nbt-api:1d70990dab')) //Oct 26, 2023
include(dependency('com.github.EverNife.Item-NBT-API:nbt-data-api:1d70990dab')) //Oct 26, 2023
include(dependency('com.github.evernife:ChatMenuAPI:'))
include(dependency('net.byteflux:libby-core:'))
include(dependency('dev.triumphteam:triumph-gui:'))
include(dependency('com.github.EverNife.Item-NBT-API:item-nbt-api:')) //Oct 26, 2023
include(dependency('com.github.EverNife.Item-NBT-API:nbt-data-api:')) //Oct 26, 2023

include(project(':modules:VersionedPlugins'))
include(project(':modules:v1_7_10'))
Expand Down

0 comments on commit 11039ec

Please sign in to comment.