From 8ee7b9cbfc78fc620d9fa37e02cb2be0dffe044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:49:28 +0000 Subject: [PATCH] build: bump com.github.milkdrinkers:crate-yaml from 2.0.0 to 2.1.0 Bumps [com.github.milkdrinkers:crate-yaml](https://github.com/milkdrinkers/Crate) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/milkdrinkers/Crate/releases) - [Commits](https://github.com/milkdrinkers/Crate/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: com.github.milkdrinkers:crate-yaml dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8bf4a64..51eeaa9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,8 +67,8 @@ dependencies { implementation("space.arim.morepaperlib:morepaperlib:0.4.4") // API - implementation("com.github.milkdrinkers:crate-api:2.0.0") - implementation("com.github.milkdrinkers:crate-yaml:2.0.0") + implementation("com.github.milkdrinkers:crate-api:2.1.0") + implementation("com.github.milkdrinkers:crate-yaml:2.1.0") implementation("com.github.milkdrinkers:colorparser:2.0.3") { exclude("net.kyori") }