Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- Update Gradle to 8.10
- Update kotlin to 2.0.20
- Update kord-gradle-tools to 1.6.3
  • Loading branch information
DRSchlaubi committed Sep 12, 2024
1 parent 830ea76 commit f5cba64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotlin = "2.0.0"
kotlin = "2.0.20"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.1" }
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.2" }
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" }
kord-core = { group = "dev.kord", name = "kord-core", version = "feature-native-SNAPSHOT" }
codegen-kotlinpoet = { group = "dev.kord.codegen", name = "kotlinpoet", version = "main-SNAPSHOT" }

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kord-gradle-plugin = { id = "dev.kord.gradle-tools", version = "1.6.2" }
kord-gradle-plugin = { id = "dev.kord.gradle-tools", version = "1.6.3" }
maven-publish-plugin = { id = "com.vanniktech.maven.publish.base", version = "0.29.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f5cba64

Please sign in to comment.