From 86c2573561b722ab09cd4cbb0aaac29eccbc007b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:13:46 +0000 Subject: [PATCH] Bump com.github.shynixn.mccoroutine:mccoroutine-bukkit-core Bumps [com.github.shynixn.mccoroutine:mccoroutine-bukkit-core](https://github.com/Shynixn/MCCoroutine) from 2.11.0 to 2.13.0. - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](https://github.com/Shynixn/MCCoroutine/compare/2.11.0...2.13.0) --- updated-dependencies: - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07b507e..06275bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ repositories { dependencies { val paperVersion = captureVersion(implementation("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")!!) - val mccoroutineVersion = captureVersion(implementation("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.11.0")!!) + val mccoroutineVersion = captureVersion(implementation("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.13.0")!!) val lampVersion = captureVersion(implementation("com.github.Revxrsal.Lamp:common:3.1.5")!!) compileOnly("io.papermc.paper", "paper-api", paperVersion)