Bump net.kyori.blossom from 1.3.1 to 2.0.1

Bumps net.kyori.blossom from 1.3.1 to 2.0.1.

---
updated-dependencies:
- dependency-name: net.kyori.blossom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 04:13:05 +00:00 committed by GitHub
parent da71e7dbb2
commit c6cac10ad6
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 {