Allow architectury-loom 0.7.2

This commit is contained in:
Username404-59 2021-05-08 21:00:55 +02:00
parent 98e3729ea7
commit 468aac3f63
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.5.0"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "[3.0.100, 3.2["
id("dev.architectury.loom") version "[0.7.1.104, 0.7.2[" apply false
id("dev.architectury.loom") version "[0.7.1.104, 0.7.3[" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.1"
}