Skip to content

Commit bc0ca19

Browse files
committed
I can't beleive order matters
1 parent 07bb8fe commit bc0ca19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
id("com.github.breadmoirai.github-release")
3434
}
3535

36-
val numberVersion = "3.107.1"
36+
val numberVersion = "3.107.2"
3737

3838
project.group = "ml.duncte123.skybot"
3939
project.version = "${numberVersion}_${getGitHash()}"
@@ -68,8 +68,8 @@ dependencies {
6868
implementation(libs.trove)
6969
implementation(libs.bundles.json)
7070
implementation(libs.redis)
71-
implementation(libs.bundles.database)
7271
implementation(libs.mariadb)
72+
implementation(libs.bundles.database)
7373
}
7474

7575
val compileKotlin: KotlinCompile by tasks

0 commit comments

Comments
 (0)