Add a plugin to check updates.

This commit is contained in:
Username404-59 2021-04-17 21:06:29 +02:00
parent 5281e670bc
commit 9dbe16748f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "3.0-SNAPSHOT"
id("forgified-fabric-loom") version "0.7.0-SNAPSHOT" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0"
}