Skip to content

Commit

Permalink
Merge branch '1.21.1' of https://github.com/MC-U-Team/Music-Player in…
Browse files Browse the repository at this point in the history
…to 1.21.1
  • Loading branch information
HyCraftHD committed Jan 11, 2025
2 parents 626446c + dc64a63 commit 79ee450
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 @@ -79,7 +79,7 @@ dependencies {
modImplementation gradlefiles.fabricLoaderDependency()
modRuntimeOnly gradlefiles.fabricApiDependency()

modImplementation "info.u-team:u_team_core-common-1.21.1:5.6.1.350-SNAPSHOT"
modImplementation "info.u-team:u_team_core-common-1.21.1:5.6.1.351"

compileOnly project(":musicplayer-lavaplayer-api")
compileOnly ("net.harawata:appdirs:1.3.0") {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
modImplementation gradlefiles.fabricLoaderDependency()
modImplementation gradlefiles.fabricApiDependency()

modImplementation "info.u-team:u_team_core-fabric-1.21.1:5.6.1.350-SNAPSHOT"
modImplementation "info.u-team:u_team_core-fabric-1.21.1:5.6.1.351"

modRuntimeOnly "com.terraformersmc:modmenu:${config.modmenu.fabric.version}"

Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies {
}
}

implementation "info.u-team:u_team_core-forge-1.21.1:5.6.1.350-SNAPSHOT"
implementation "info.u-team:u_team_core-forge-1.21.1:5.6.1.351"

library project(":musicplayer-lavaplayer-api")
shade ("net.harawata:appdirs:1.3.0") {
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ processResources {
dependencies {
implementation gradlefiles.neoForgeDependency()

implementation "info.u-team:u_team_core-neoforge-1.21.1:5.6.1.350-SNAPSHOT"
implementation "info.u-team:u_team_core-neoforge-1.21.1:5.6.1.351"

library project(":musicplayer-lavaplayer-api")
shade ("net.harawata:appdirs:1.3.0") {
Expand Down

0 comments on commit 79ee450

Please sign in to comment.