Skip to content

Commit

Permalink
build: 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Oct 18, 2022
1 parent 593821e commit 280b3ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
kotlin("jvm") version "1.7.10"
kotlin("plugin.serialization") version "1.7.10"
kotlin("jvm") version "1.7.20"
kotlin("plugin.serialization") version "1.7.20"

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

group = "xyz.cssxsh"
version = "1.5.6"
version = "1.5.7"

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

dependencies {
implementation("io.ktor:ktor-client-okhttp:2.1.1") {
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
}
implementation("io.ktor:ktor-client-encoding:2.1.1") {
implementation("io.ktor:ktor-client-encoding:2.1.2") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
Expand All @@ -42,12 +42,12 @@ dependencies {
exclude(group = "org.slf4j")
}
implementation("org.jclarion:image4j:0.7")
implementation("org.apache.commons:commons-text:1.9")
implementation("org.apache.commons:commons-text:1.10.0")

testImplementation(kotlin("test"))
testImplementation("net.mamoe.yamlkt:yamlkt-jvm:0.10.2")
testImplementation("org.slf4j:slf4j-simple:2.0.0")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-M1")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
}

tasks {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.*
import xyz.cssxsh.mirai.weibo.data.*

object WeiboHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.6") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.7") {
name("weibo-helper")
author("cssxsh")
}
Expand Down

0 comments on commit 280b3ce

Please sign in to comment.