From d0993b945e83bce9beb0380d0aae835c750b2042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:04:23 +0000 Subject: [PATCH] Bump net.mamoe:mirai-core from 2.15.0-dev-85 to 2.15.0-remove-native-3 Bumps [net.mamoe:mirai-core](https://github.com/mamoe/mirai) from 2.15.0-dev-85 to 2.15.0-remove-native-3. - [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..cff7365 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-remove-native-3' implementation "net.kyori:adventure-api:4.13.1" }