Fix Fabric 1.17 build

This commit is contained in:
Mike Primm 2021-06-28 10:49:10 -05:00
parent b98fb1945d
commit e2811ad5d0
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.6-SNAPSHOT'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.8-SNAPSHOT'
}
}
apply plugin: 'fabric-loom'