mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2026-01-03 22:26:22 +00:00
bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Project settings
|
||||
# Rule: [major update].[feature update].[bug fix]
|
||||
project_version=3.6.35
|
||||
project_version=3.6.36
|
||||
config_version=42
|
||||
project_group=net.momirealms
|
||||
|
||||
@@ -16,7 +16,7 @@ gson_version=2.11.0
|
||||
asm_version=9.8
|
||||
asm_commons_version=9.8
|
||||
jar_relocator_version=1.7
|
||||
adventure_bundle_version=4.20.0
|
||||
adventure_bundle_version=4.21.0
|
||||
adventure_platform_version=4.3.4
|
||||
sparrow_heart_version=0.55
|
||||
cloud_core_version=2.0.0
|
||||
@@ -33,7 +33,7 @@ caffeine_version=3.1.8
|
||||
rtag_version=1.5.10
|
||||
exp4j_version=0.4.8
|
||||
placeholder_api_version=2.11.6
|
||||
anti_grief_version=0.13
|
||||
anti_grief_version=0.15
|
||||
zstd_version=1.5.6-9
|
||||
flow_nbt_version=2.0.2
|
||||
guava_version=33.3.1-jre
|
||||
|
||||
@@ -26,7 +26,7 @@ dependencies {
|
||||
exclude("com.google.code.gson", "gson")
|
||||
}
|
||||
implementation("net.kyori:adventure-text-serializer-legacy:${rootProject.properties["adventure_bundle_version"]}")
|
||||
implementation("com.github.Xiao-MoMi:AntiGriefLib:${rootProject.properties["anti_grief_version"]}")
|
||||
implementation("net.momirealms:antigrieflib:${rootProject.properties["anti_grief_version"]}")
|
||||
implementation("net.momirealms:sparrow-heart:${rootProject.properties["sparrow_heart_version"]}")
|
||||
implementation("com.saicone.rtag:rtag:${rootProject.properties["rtag_version"]}")
|
||||
implementation("com.saicone.rtag:rtag-item:${rootProject.properties["rtag_version"]}")
|
||||
|
||||
Reference in New Issue
Block a user