Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Aug 8, 2022
1 parent a4456d1 commit 8c36b41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ org.gradle.parallel=true
httpVersion=2.5.2

# kotlin
kotlinVersion=1.6.0
kotlinVersion=1.6.21
kotlin.stdlib.default.dependency=false

# ktor
ktorVersion=1.6.5
atomicFuVersion=0.17.0
ktorVersion=1.6.7
atomicFuVersion=0.17.2
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Wed Mar 04 22:27:09 CST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down
2 changes: 1 addition & 1 deletion mirai-api-http/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("jvm")
kotlin("plugin.serialization")
id("kotlinx-atomicfu")
id("net.mamoe.mirai-console") version "2.11.0-RC"
id("net.mamoe.mirai-console") version "2.12.0"
id("me.him188.maven-central-publish")
}

Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
mavenLocal()
jcenter()
google()
mavenCentral()
maven(url = "https://plugins.gradle.org/m2/")
Expand All @@ -11,5 +10,3 @@ pluginManagement {
rootProject.name = "mirai-api-http"

include(":mirai-api-http")

enableFeaturePreview("GRADLE_METADATA")

0 comments on commit 8c36b41

Please sign in to comment.