From bb16e483db668e60da7fda5476e83fa3e44b8e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:47:56 +0000 Subject: [PATCH] Bump net.mamoe:mirai-core from 2.15.0-dev-85 to 2.15.0-2-15-release-2 Bumps [net.mamoe:mirai-core](https://github.com/mamoe/mirai) from 2.15.0-dev-85 to 2.15.0-2-15-release-2. - [Release notes](https://github.com/mamoe/mirai/releases) - [Commits](https://github.com/mamoe/mirai/commits) --- updated-dependencies: - dependency-name: net.mamoe:mirai-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c51dd29..e67d332 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.github.plexpt:chatgpt:4.0.7' // mirai - implementation 'net.mamoe:mirai-core:2.15.0-dev-85' + implementation 'net.mamoe:mirai-core:2.15.0-2-15-release-2' implementation "net.kyori:adventure-api:4.13.1" }