From b5a21c840d6e424d5a5be1ccd94c4328868c6f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:36:48 +0000 Subject: [PATCH] Chore(deps): Bump com.github.TheFruxz:Ascend from 2023.4 to 2023.5 Bumps [com.github.TheFruxz:Ascend](https://github.com/thefruxz/ascend) from 2023.4 to 2023.5. - [Release notes](https://github.com/thefruxz/ascend/releases) - [Commits](https://github.com/thefruxz/ascend/compare/2023.4...2023.5) --- updated-dependencies: - dependency-name: com.github.TheFruxz:Ascend 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 fa3a16cdf..0e93a051d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { testImplementation(kotlin("test")) - implementation("com.github.TheFruxz:Ascend:2023.4") + implementation("com.github.TheFruxz:Ascend:2023.5") implementation("net.kyori:adventure-api:4.14.0") implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")