Skip to content

Commit

Permalink
build: 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 30, 2022
1 parent f1ff690 commit 0da5bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 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.0"
id("net.mamoe.mirai-console") version "2.10.1"
id("net.mamoe.maven-central-publish") version "0.7.1"
}

group = "xyz.cssxsh.mirai"
version = "2.0.9"
version = "2.0.10"

mavenCentralPublish {
useCentralS01()
Expand All @@ -30,7 +30,7 @@ dependencies {
exclude("com.google.auto.service")
}
compileOnly("com.google.auto.service:auto-service:1.0.1")
compileOnly("net.mamoe:mirai-core-utils:2.10.0")
compileOnly("net.mamoe:mirai-core-utils:2.10.1")
compileOnly("me.him188:kotlin-jvm-blocking-bridge-runtime-jvm:2.0.0-160.3")

testImplementation(kotlin("test", "1.6.0"))
Expand Down
5 changes: 2 additions & 3 deletions src/main/kotlin/xyz/cssxsh/selenium/KtorHttpClient.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package xyz.cssxsh.selenium

import io.ktor.client.HttpClient
import io.ktor.client.*
import io.ktor.client.engine.okhttp.*
import io.ktor.client.features.*
import io.ktor.client.features.websocket.*
import io.ktor.client.request.*
import io.ktor.client.statement.HttpResponse
import io.ktor.client.statement.*
import io.ktor.http.*
import io.ktor.http.HttpMethod
import io.ktor.http.content.*
import io.ktor.util.*
import io.ktor.utils.io.jvm.javaio.*
Expand Down

0 comments on commit 0da5bbb

Please sign in to comment.