Skip to content

Commit

Permalink
build: 1.3.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 27, 2022
1 parent a67d73c commit b477643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ plugins {
kotlin("jvm") version "1.7.20"
kotlin("plugin.serialization") version "1.7.20"

id("net.mamoe.mirai-console") version "2.13.0-RC"
id("net.mamoe.mirai-console") version "2.13.0-RC2"
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
}

group = "xyz.cssxsh.mirai"
version = "1.2.9"
version = "1.3.0-RC"

mavenCentralPublish {
useCentralS01()
Expand All @@ -26,12 +26,12 @@ repositories {
}

dependencies {
compileOnly("net.mamoe:mirai-core:2.13.0-RC")
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC")
compileOnly("net.mamoe:mirai-core:2.13.0-RC2")
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC2")
api("com.cronutils:cron-utils:9.2.0") {
exclude("org.slf4j")
exclude("org.glassfish")
exclude("org.javassist")
exclude(group = "org.slf4j")
exclude(group = "org.glassfish")
exclude(group = "org.javassist")
}
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
exclude(group = "org.jetbrains.kotlin")
Expand All @@ -52,7 +52,7 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC2")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/admin/MiraiAdminPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
name = "mirai-administrator",
version = "1.2.9",
version = "1.3.0",
) {
author("cssxsh")
}
Expand Down

0 comments on commit b477643

Please sign in to comment.