From 00491b86fecedf9aa0cef72d204878ed0689be41 Mon Sep 17 00:00:00 2001 From: ZingerBurger <31311826+Nthily@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:46:11 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ConfiguringProjects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ConfiguringProjects.md b/docs/ConfiguringProjects.md index 168a068d7..75fb4d93f 100644 --- a/docs/ConfiguringProjects.md +++ b/docs/ConfiguringProjects.md @@ -58,7 +58,7 @@ plugins { } dependencies { - api('net.mamoe', 'mirai-core', '2.6.2') + implementation 'net.mamoe:mirai-core:2.6.2' } ```