Skip to content

Commit

Permalink
build: update mapping bundler and siv1
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 authored Apr 30, 2024
1 parent b27b18e commit 407e183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.function.Supplier
apply plugin: 'me.kcra.takenaka.accessor'

dependencies {
mappingBundle "me.kcra.takenaka:mappings:1.8.8+1.20.5"
mappingBundle "me.kcra.takenaka:mappings:1.8.8+1.20.6"
api "me.kcra.takenaka:generator-accessor-runtime:${BuildConfig.BUILD_VERSION}"
}

Expand All @@ -15,7 +15,7 @@ dependencies {
accessors {
// uncomment this and remove the mappingBundle dependency,
// if you want to develop against custom versions
/*versionRange('1.8.8', '1.20.5') {
/*versionRange('1.8.8', '1.20.6') {
// exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all
// exclude 1.8.9, client-only update - no Spigot mappings, no thank you
// exclude 1.9.1 and 1.9.3 - no mappings at all
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation project(':BedWars-API')
implementation project(':BedWars-NMS')
implementation 'com.zaxxer:HikariCP:3.3.0'
implementation 'org.screamingsandals.simpleinventories:SimpleInventories-Core:1.0.6.11'
implementation 'org.screamingsandals.simpleinventories:SimpleInventories-Core:1.0.6.12'
implementation 'org.bstats:bstats-bukkit:2.2.1'
}

Expand Down

0 comments on commit 407e183

Please sign in to comment.