diff --git a/build.gradle b/build.gradle index c693c8f..9c693d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java-library' id 'maven-publish' - id 'net.neoforged.gradle.userdev' version '7.0.185' + id 'net.neoforged.gradle.userdev' version '7.0.188' } tasks.named('wrapper', Wrapper).configure { diff --git a/gradle.properties b/gradle.properties index 581e7b8..3ea08a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ minecraft_version=1.21.1 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.1] # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.1.182 +neo_version=21.1.185 # The Neo version range can use any version of Neo as bounds -neo_version_range=[21.1.182,) +neo_version_range=[21.1.185,) # The loader version range can only use the major version of FML as bounds loader_version_range=[1,)