aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-04-27 13:08:45 +0100
committerLibravatar modmuss50 <[email protected]>2023-04-27 13:08:45 +0100
commit38f93b4e0744a819272bf7077bfeed76cb3e7d14 (patch)
tree611ac407b89c6e173e6ea3cbc3189cc5e96c1308 /build.gradle
parentUpdate build script to support Gradle 9 / fix deprecations added in 8.2 (#244) (diff)
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5af2ddd..b6cb6c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '1.1-SNAPSHOT'
+ id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}