diff --git a/docs b/docs index 67c4310..e2b255c 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 67c43104d979e7caf4aa24b7a4472532012d6862 +Subproject commit e2b255c8a9ecc8260d7df285d182556c58e04e3c diff --git a/ronebot-onebot-v11/build.gradle.kts b/ronebot-onebot-v11/build.gradle.kts index 6d91df4..ce6f537 100644 --- a/ronebot-onebot-v11/build.gradle.kts +++ b/ronebot-onebot-v11/build.gradle.kts @@ -1,4 +1,10 @@ +repositories { + maven("https://repo.maven.rtast.cn/releases/") +} + dependencies { api(libs.java.websocket) api(project(":ronebot-common")) + + testImplementation("cn.rtast:ronebot-permission:2.6.10") } \ No newline at end of file