Skip to content

Commit

Permalink
build: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 18, 2023
1 parent a7fb79c commit 6ce589b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.3.0"
version = "2.4.0"

mavenCentralPublish {
useCentralS01()
Expand Down Expand Up @@ -38,12 +38,12 @@ dependencies {
testImplementation("net.mamoe:mirai-logging-slf4j")
testImplementation("net.mamoe:mirai-console-compiler-common")
//
implementation(platform("org.slf4j:slf4j-parent:2.0.6"))
implementation(platform("org.slf4j:slf4j-parent:2.0.7"))
testImplementation("org.slf4j:slf4j-simple")
testImplementation("org.slf4j:jcl-over-slf4j:2.0.6")
testImplementation("org.slf4j:jul-to-slf4j:2.0.6")
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")
//
implementation(platform("io.netty:netty-bom:4.1.91.Final"))
implementation(platform("io.netty:netty-bom:4.1.93.Final"))
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
name = "mirai-selenium-plugin",
version = "2.3.0",
version = "2.4.0",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 6ce589b

Please sign in to comment.