Skip to content

Commit

Permalink
Merge pull request #1381 from MC-U-Team/renovate/1.20.1-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.1)
  • Loading branch information
HyCraftHD authored Jan 3, 2025
2 parents 1ffa658 + 9c3a84a commit 16ddddc
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.20.1:5.1.4.346"

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 @@ -164,7 +164,7 @@ dependencies {
implementation fg.deobf("info.u-team:u_team_core-forge-1.20.1:5.1.4.346")

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 16ddddc

Please sign in to comment.