Skip to content

Commit

Permalink
Upgrade globaltagsjava to fix config resetting bug (test-env only)
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Aug 9, 2024
1 parent 4263561 commit b991fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
labyApi("api")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.8")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.9")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
api(project(":api"))
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.8")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.9")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down

0 comments on commit b991fcc

Please sign in to comment.