Skip to content

Commit 44d47e1

Browse files
committed
build: 1.2.1
1 parent d04983e commit 44d47e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("jvm") version "1.6.21"
33
kotlin("plugin.serialization") version "1.6.21"
44

5-
id("net.mamoe.mirai-console") version "2.12.0-RC"
5+
id("net.mamoe.mirai-console") version "2.12.0"
66
id("net.mamoe.maven-central-publish") version "0.7.1"
77
}
88

@@ -29,22 +29,22 @@ kotlin {
2929
}
3030

3131
dependencies {
32-
implementation("io.ktor:ktor-client-okhttp:2.0.2") {
32+
implementation("io.ktor:ktor-client-okhttp:2.0.3") {
3333
exclude(group = "org.jetbrains.kotlin")
3434
exclude(group = "org.jetbrains.kotlinx")
3535
exclude(group = "org.slf4j")
3636
}
37-
implementation("io.ktor:ktor-client-encoding:2.0.2") {
37+
implementation("io.ktor:ktor-client-encoding:2.0.3") {
3838
exclude(group = "org.jetbrains.kotlin")
3939
exclude(group = "org.jetbrains.kotlinx")
4040
exclude(group = "org.slf4j")
4141
}
42-
implementation("io.ktor:ktor-client-content-negotiation:2.0.2") {
42+
implementation("io.ktor:ktor-client-content-negotiation:2.0.3") {
4343
exclude(group = "org.jetbrains.kotlin")
4444
exclude(group = "org.jetbrains.kotlinx")
4545
exclude(group = "org.slf4j")
4646
}
47-
implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.2") {
47+
implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.3") {
4848
exclude(group = "org.jetbrains.kotlin")
4949
exclude(group = "org.jetbrains.kotlinx")
5050
exclude(group = "org.slf4j")
@@ -54,7 +54,7 @@ dependencies {
5454
exclude(group = "org.jetbrains.kotlinx")
5555
exclude(group = "org.slf4j")
5656
}
57-
compileOnly("net.mamoe:mirai-core-utils:2.12.0-RC")
57+
compileOnly("net.mamoe:mirai-core-utils:2.12.0")
5858
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1")
5959
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.2.0")
6060
// test

0 commit comments

Comments
 (0)