Skip to content

Commit

Permalink
build: 1.1.11-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 14, 2022
1 parent 8529041 commit 330c57a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.6.0"
kotlin("plugin.serialization") version "1.6.0"

id("net.mamoe.mirai-console") version "2.10.1"
id("net.mamoe.mirai-console") version "2.10.3"
id("net.mamoe.maven-central-publish") version "0.7.1"
}

group = "io.github.gnuf0rce"
version = "1.1.10"
version = "1.1.11-M1"

mavenCentralPublish {
useCentralS01()
Expand Down Expand Up @@ -44,9 +44,9 @@ dependencies {
exclude(group = "org.slf4j")
exclude(group = "io.ktor", module = "ktor-client-core")
}
compileOnly("net.mamoe:mirai-core-utils:2.10.1")
compileOnly("net.mamoe:mirai-core-utils:2.10.3")
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.0.10")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.0.6")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.0.7")
// test
testRuntimeOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.0.10")
testImplementation(kotlin("test", "1.6.0"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object GitHubHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.github-helper",
name = "github-helper",
version = "1.1.10",
version = "1.1.11-M1",
) {
author("cssxsh")

Expand Down

0 comments on commit 330c57a

Please sign in to comment.