Skip to content

Commit

Permalink
Merge pull request #1382 from MC-U-Team/renovate/1.19.4-net.harawata-…
Browse files Browse the repository at this point in the history
…appdirs-1.x

Update dependency net.harawata:appdirs to v1.3.0 (1.19.4)
  • Loading branch information
HyCraftHD authored Jan 3, 2025
2 parents f3aa224 + fba709c commit 3ddf6be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
modImplementation "info.u-team:u_team_core-common-1.19.4:5.0.2.345"

compileOnly project(":musicplayer-lavaplayer-api")
compileOnly ("net.harawata:appdirs:1.2.2") {
compileOnly ("net.harawata:appdirs:1.3.0") {
transitive=false
}
}
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
modRuntimeOnly "com.terraformersmc:modmenu:${config.modmenu.fabric.version}"

library project(":musicplayer-lavaplayer-api")
shade ("net.harawata:appdirs:1.2.2") {
shade ("net.harawata:appdirs:1.3.0") {
transitive=false
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dependencies {
implementation fg.deobf("info.u-team:u_team_core-forge-1.19.4:5.0.2.345")

library project(":musicplayer-lavaplayer-api")
shade ("net.harawata:appdirs:1.2.2") {
shade ("net.harawata:appdirs:1.3.0") {
transitive=false
}
}
Expand Down

0 comments on commit 3ddf6be

Please sign in to comment.