Skip to content

Commit

Permalink
update verisons and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Dec 2, 2024
1 parent 8cb1597 commit 68f1bfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ kordEx {
addDependencies = false
addRepositories = false
kordExVersion = libs.versions.kord.extensions
ignoreIncompatibleKotlinVersion = true

bot {
dataCollection(DataCollection.None)
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
# Plugins
kotlin = "2.0.21"
kotlin = "2.1.0"
shadow = "8.1.1"
detekt = "1.23.7"
git-hooks = "0.0.2"
grgit = "5.3.0"
blossom = "2.1.0"

# Libraries
kord-extensions = "2.3.0-20241020.143126-1"
kordex-plugin = "1.5.3"
kord-extensions = "2.3.1-SNAPSHOT"
kordex-plugin = "1.6.0"
logging = "7.0.0"
logback = "1.5.10"
logback = "1.5.12"
github-api = "1.326"
kmongo = "5.1.0"
docgenerator = "0.3.0-beta.1"
docgenerator = "0.3.0-rc.1"

[libraries]
kord-extensions-core = { module = "dev.kordex:kord-extensions", version.ref = "kord-extensions" }
Expand Down
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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 68f1bfe

Please sign in to comment.