Skip to content

Commit

Permalink
build: 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 13, 2023
1 parent 5d47cd2 commit ec89c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "1.9.11"
version = "1.10.0"

mavenCentralPublish {
useCentralS01()
Expand Down Expand Up @@ -39,6 +39,8 @@ dependencies {
//
implementation(platform("org.slf4j:slf4j-parent:2.0.7"))
testImplementation("org.slf4j:slf4j-simple")
//
implementation(platform("io.netty:netty-bom:4.1.96.Final"))
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal object FixProtocolVersionPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.fix-protocol-version",
name = "fix-protocol-version",
version = "1.9.11"
version = "1.10.0"
) {
author("cssxsh")
}
Expand Down

0 comments on commit ec89c20

Please sign in to comment.