From fffe6d40b06a17418464c69dce036317cd0fb021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:40:58 +0000 Subject: [PATCH] Bump net.mamoe:mirai-core from 2.15.0-dev-85 to 2.15.0-core-pkgsso-19 Bumps [net.mamoe:mirai-core](https://github.com/mamoe/mirai) from 2.15.0-dev-85 to 2.15.0-core-pkgsso-19. - [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..9b46fca 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-core-pkgsso-19' implementation "net.kyori:adventure-api:4.13.1" }