Don't include "0.10.1" in the version range of architectury-loom

This commit is contained in:
Username404 2021-10-27 14:26:24 +02:00
parent b275be425c
commit 7573114c6a
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ plugins {
id("architectury-plugin") version "[3.0.100, 3.5["
id("dev.architectury.loom") version (
if (JavaVersion.current() >= JavaVersion.VERSION_16)
"[0.9.0.153, 0.10.2["
"[0.9.0.153, 0.10.1["
else "[0.7.3.152, 0.7.4["
) apply false
id("com.github.ben-manes.versions") version "0.39.0"