Skip to content

Commit

Permalink
Merge pull request #1380 from MC-U-Team/renovate/1.20.6-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.20.6)
  • Loading branch information
HyCraftHD authored Jan 3, 2025
2 parents 1caeda3 + f88133d commit 9121593
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.20.6:5.4.0.347"

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.20.6:5.4.0.347"

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.20.6:5.4.0.347"

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 9121593

Please sign in to comment.