Skip to content

Commit

Permalink
Use stable chewtils version
Browse files Browse the repository at this point in the history
  • Loading branch information
cascer1 committed Aug 1, 2024
1 parent f6d7d43 commit 8be95fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
mavenCentral()
maven { url 'https://m2.dv8tion.net/releases' }
maven { url 'https://jitpack.io' }
maven { url "https://m2.chew.pro/snapshots" }
maven { url "https://m2.chew.pro/releases" }
}

dependencies {
Expand Down Expand Up @@ -60,7 +60,7 @@ allprojects {
config = files("$rootDir/config/detekt/detekt.yml")
// point to your custom config defining rules to run, overwriting default behavior
baseline = file("config/detekt/baseline.xml")

source = objects.fileCollection().from(
"src/main/java",
"src/test/java"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reactorKotlinVersion = 1.0.2.RELEASE

# JDA
jdaVersion = 5.0.1
jdaChewtilsVersion = 2.0-SNAPSHOT
jdaChewtilsVersion = 2.0
jdaKtxVersion = 0.12.0

# Parsing
Expand Down

0 comments on commit 8be95fd

Please sign in to comment.