Skip to content

Commit

Permalink
Merge pull request #1379 from MC-U-Team/renovate/1.21-net.harawata-ap…
Browse files Browse the repository at this point in the history
…pdirs-1.x

Update dependency net.harawata:appdirs to v1.3.0 (1.21)
  • Loading branch information
HyCraftHD authored Jan 3, 2025
2 parents b9b922b + 4c8e802 commit 3465196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.21:5.6.0.328"

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 @@ -152,7 +152,7 @@ dependencies {
implementation "info.u-team:u_team_core-forge-1.21:5.6.0.328"

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 neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dependencies {
implementation "info.u-team:u_team_core-neoforge-1.21:5.6.0.328"

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 3465196

Please sign in to comment.