From 11f8e6bb0ad0231fc93245abd27da17715d1c608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 06:47:49 +0000 Subject: [PATCH] Bump mccoroutine from 2.19.0 to 2.20.0 Bumps `mccoroutine` from 2.19.0 to 2.20.0. Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-api` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.19.0...2.20.0) Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.19.0...2.20.0) --- updated-dependencies: - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d3feac5..cf6ecd2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] paper = "1.21.1-R0.1-SNAPSHOT" -mccoroutine = "2.19.0" +mccoroutine = "2.20.0" lamp = "3.2.1" koinVersion = "4.0.0" coroutine = "1.9.0"