We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 123d085 + 0662bcc commit e98bf9bCopy full SHA for e98bf9b
1 file changed
build.gradle.kts
@@ -36,8 +36,7 @@ mirai {
36
}
37
38
dependencies {
39
-
40
- val overflowVersion = "2.16.0"
41
- compileOnly("top.mrxiaom:overflow-core-api:$overflowVersion")
42
- testConsoleRuntime("top.mrxiaom:overflow-core:$overflowVersion")
+ val overflowVersion = "1.0.6"
+ compileOnly("top.mrxiaom.mirai:overflow-core-api:$overflowVersion")
+ testConsoleRuntime("top.mrxiaom.mirai:overflow-core:$overflowVersion")
43
0 commit comments