Skip to content

Commit

Permalink
chore[onebot11]: impl perm module
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Feb 1, 2025
1 parent 662433f commit 75e32fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+21 −0 docs/ronebot/onebot.md
6 changes: 1 addition & 5 deletions ronebot-onebot-v11/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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")
testImplementation(project(":ronebot-permission"))
}

0 comments on commit 75e32fe

Please sign in to comment.