Skip to content

Commit

Permalink
update: kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 2, 2022
1 parent 3edf951 commit adc0d68
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
plugins {
kotlin("jvm") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"
kotlin("jvm") version "1.7.10"
kotlin("plugin.serialization") version "1.7.10"

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

group = "io.github.gnuf0rce"
version = "1.2.2"
version = "1.2.3"

mavenCentralPublish {
useCentralS01()
singleDevGithubProject("gnuf0rce", "rss-helper", "cssxsh")
licenseFromGitHubProject("AGPL-3.0", "master")
publication {
artifact(tasks.getByName("buildPlugin"))
artifact(tasks.getByName("buildPluginLegacy"))
}
}

Expand All @@ -25,7 +24,7 @@ repositories {
}

dependencies {
implementation("io.ktor:ktor-client-okhttp:2.0.2") {
implementation("io.ktor:ktor-client-okhttp:2.0.3") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
Expand Down Expand Up @@ -53,10 +52,10 @@ dependencies {
}
implementation("org.jsoup:jsoup:1.14.3")
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
compileOnly("net.mamoe:mirai-core:2.12.0")
compileOnly("net.mamoe:mirai-core-utils:2.12.0")
compileOnly("net.mamoe:mirai-core:2.12.1")
compileOnly("net.mamoe:mirai-core-utils:2.12.1")
// test
testImplementation(kotlin("test", "1.6.21"))
testImplementation(kotlin("test", "1.7.0"))
}

mirai {
Expand Down

0 comments on commit adc0d68

Please sign in to comment.