Skip to content

Commit e98bf9b

Browse files
authored
Merge pull request #1 from AkaneTan/master
build: Update overflow group id && version
2 parents 123d085 + 0662bcc commit e98bf9b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ mirai {
3636
}
3737

3838
dependencies {
39-
40-
val overflowVersion = "2.16.0"
41-
compileOnly("top.mrxiaom:overflow-core-api:$overflowVersion")
42-
testConsoleRuntime("top.mrxiaom:overflow-core:$overflowVersion")
39+
val overflowVersion = "1.0.6"
40+
compileOnly("top.mrxiaom.mirai:overflow-core-api:$overflowVersion")
41+
testConsoleRuntime("top.mrxiaom.mirai:overflow-core:$overflowVersion")
4342
}

0 commit comments

Comments
 (0)