Merge pull request #105 from ViaVersion/dependabot/gradle/net.kyori.blossom-2.0.1

Bump net.kyori.blossom from 1.3.1 to 2.0.1
This commit is contained in:
RK_01 2023-09-04 08:31:11 +02:00 committed by GitHub
commit bb471009f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ plugins {
id "java"
id "application"
id "maven-publish"
id "net.kyori.blossom" version "1.3.1"
id "net.kyori.blossom" version "2.0.1"
}
sourceSets {