Skip to content

Commit

Permalink
Update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Dec 2, 2024
1 parent e6ab7c2 commit f0f113a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

object Meta {
const val PROJECT_VERSION = "0.3.0-beta.1"
const val PROJECT_VERSION = "0.3.0-rc.1"
const val DESCRIPTION = "Generate documentation for KordEx bots!"
const val GITHUB_REPO = "HyacinthBots/doc-generator"
const val RELEASE = "https://s01.oss.sonatype.org/content/repositories/releases/"
Expand Down Expand Up @@ -83,7 +83,8 @@ dependencies {
}

kordEx {
kordExVersion = "2.3.0-20241020.143126-1"
kordExVersion = "2.3.1-SNAPSHOT"
ignoreIncompatibleKotlinVersion = true

i18n {
classPackage = "docgenerator.i18n"
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
kordex-plugin = "1.5.3"
kotlin = "2.1.0"
kordex-plugin = "1.6.0"
git-hooks = "0.0.2"
licenser = "0.6.1"
bin-compat = "0.16.3"

detekt = "1.23.7"
logging = "7.0.0"
logging = "7.0.3"

junit5 = "5.11.3"

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.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f0f113a

Please sign in to comment.