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' } ```