Skip to content

Commit

Permalink
Merge pull request #185 from KyoriPowered/renovate/gradle-and-github-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): Update gradle and github actions
  • Loading branch information
zml2008 authored Dec 2, 2023
2 parents c44617e + 9326804 commit 01d5766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
adventure = "4.14.0"
kotlin = "1.9.20"
kotlin = "1.9.21"
ktlint = "1.0.1"
ktor = "2.3.5"

Expand All @@ -9,7 +9,7 @@ indra-git = { id = "net.kyori.indra.git", version = "3.1.3" }
jib = { id = "com.google.cloud.tools.jib", version = "3.4.0" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }
spotless = { id = "com.diffplug.spotless", version = "6.23.2" }

[libraries]
adventure-minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 01d5766

Please sign in to comment.