Skip to content

Commit

Permalink
Update dependency net.harawata:appdirs to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent f3aa224 commit fba709c
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 fba709c

Please sign in to comment.