Skip to content

Commit

Permalink
build: 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 27, 2022
1 parent c6435fe commit d8d9921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Binary file added .github/afdian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ mirai {
### 手动安装

1.[Releases](https://github.com/cssxsh/mirai-selenium-plugin/releases) 或者 [Maven](https://repo1.maven.org/maven2/xyz/cssxsh/mirai/mirai-selenium-plugin/) 下载 `mirai2.jar`
2. 将其放入 `plugins` 文件夹中
2. 将其放入 `plugins` 文件夹中

## [爱发电](https://afdian.net/@cssxsh)

![afdian](.github/afdian.jpg)
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "2.2.4"
version = "2.2.5"

mavenCentralPublish {
useCentralS01()
Expand All @@ -28,7 +28,7 @@ repositories {

dependencies {
api("com.github.jknack:handlebars:4.3.1")
api("org.seleniumhq.selenium:selenium-java:4.7.2")
api("org.seleniumhq.selenium:selenium-java:4.7.2") { exclude(group = "io.netty") }
testImplementation(kotlin("test"))
testImplementation("org.icepear.echarts:echarts-java:1.0.7")
testCompileOnly("org.projectlombok:lombok:1.18.24")
Expand All @@ -37,7 +37,7 @@ dependencies {
compileOnly("net.mamoe:mirai-console-compiler-common")
testImplementation("net.mamoe:mirai-logging-slf4j")
//
implementation(platform("org.slf4j:slf4j-parent:2.0.5"))
implementation(platform("org.slf4j:slf4j-parent:2.0.6"))
testImplementation("org.slf4j:slf4j-simple")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import net.mamoe.mirai.console.command.CommandManager.INSTANCE.unregister
import net.mamoe.mirai.console.extension.*
import net.mamoe.mirai.console.plugin.jvm.*
import net.mamoe.mirai.utils.*
import org.openqa.selenium.Platform
import org.openqa.selenium.*
import org.openqa.selenium.remote.*
import xyz.cssxsh.mirai.selenium.command.*
import xyz.cssxsh.mirai.selenium.data.*
Expand All @@ -21,7 +21,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
name = "mirai-selenium-plugin",
version = "2.2.4",
version = "2.2.5",
) {
author("cssxsh")
}
Expand Down

0 comments on commit d8d9921

Please sign in to comment.