Change the version of architectury

This commit is contained in:
Username404-59 2021-04-21 17:08:26 +02:00
parent 2e3b38cf15
commit 1c6ca8b7ff
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildscript {
plugins { plugins {
kotlin("jvm") version "1.5.0-RC" kotlin("jvm") version "1.5.0-RC"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "[3.0.100,)" id("architectury-plugin") version "[3.0.100, 3.1]"
id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false
id("com.github.ben-manes.versions") version "0.38.0" id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0" id("com.modrinth.minotaur") version "1.2.0"