From c6d8021ebf680970008ee05c01be00a67b222b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:17:38 +0000 Subject: [PATCH] Chore(deps): Bump Ascend from 11.0.0 to 12.0.0 Bumps [Ascend](https://github.com/thefruxz/ascend) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/thefruxz/ascend/releases) - [Commits](https://github.com/thefruxz/ascend/compare/11.0.0...12.0.0) --- updated-dependencies: - dependency-name: com.github.TheFruxz:Ascend dependency-type: direct:production update-type: version-update:semver-major ... 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 fc8505c2a0..73fcc06414 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { maven("https://repo.extendedclip.com/content/repositories/placeholderapi/") // PlaceholderAPI } -val ascendVersion = "11.0.0" +val ascendVersion = "12.0.0" val stackedVersion = "3.1.2" dependencies {