Skip to content

Commit

Permalink
Adds support to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed May 10, 2024
1 parent e0239d8 commit de3c5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NMS/v1_20_4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {
group 'NMS:v1_20_4'

dependencies {
paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:1.20.5-R0.1-SNAPSHOT")
paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:1.20.6-R0.1-SNAPSHOT")
compileOnly project(":NMS:Spigot-1_20_3")
compileOnly project(":NMS:Paper-1_20_3")
compileOnly project(":API")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'com.bgsoftware.common.updater:Updater:b1'
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b3'
implementation 'com.bgsoftware.common.dependencies:DependenciesManager:b2'
implementation 'com.bgsoftware.common.nmsloader:NMSLoader:b3'
implementation 'com.bgsoftware.common.nmsloader:NMSLoader:b4'

implementation 'org.bstats:bstats-bukkit:3.0.0'

Expand Down

0 comments on commit de3c5f1

Please sign in to comment.