Update the ben-manes.versions gradle plugin

This commit is contained in:
Username404 2021-05-29 12:26:30 +02:00
parent 11ace628ac
commit f7215b4202
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("architectury-plugin") version "[3.0.100, 3.3["
id("dev.architectury.loom") version "0.7.2.110" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.github.ben-manes.versions") version "0.39.0"
id("net.kyori.indra.git") version "2.0.4"
id("com.modrinth.minotaur") version "1.2.1"
}