Skip to content

Commit 07bb8fe

Browse files
committed
The bot also needs the libs
1 parent 583957c commit 07bb8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bot/build.gradle.kts

Lines changed: 2 additions & 1 deletion
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.0"
36+
val numberVersion = "3.107.1"
3737

3838
project.group = "ml.duncte123.skybot"
3939
project.version = "${numberVersion}_${getGitHash()}"
@@ -69,6 +69,7 @@ dependencies {
6969
implementation(libs.bundles.json)
7070
implementation(libs.redis)
7171
implementation(libs.bundles.database)
72+
implementation(libs.mariadb)
7273
}
7374

7475
val compileKotlin: KotlinCompile by tasks

0 commit comments

Comments
 (0)