修复错误

This commit is contained in:
ZingerBurger 2021-04-29 19:46:11 +02:00 committed by Him188
parent c7dfef9ad5
commit 00491b86fe

View File

@ -58,7 +58,7 @@ plugins {
} }
dependencies { dependencies {
api('net.mamoe', 'mirai-core', '2.6.2') implementation 'net.mamoe:mirai-core:2.6.2'
} }
``` ```