We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583957c commit 07bb8feCopy full SHA for 07bb8fe
bot/build.gradle.kts
@@ -33,7 +33,7 @@ plugins {
33
id("com.github.breadmoirai.github-release")
34
}
35
36
-val numberVersion = "3.107.0"
+val numberVersion = "3.107.1"
37
38
project.group = "ml.duncte123.skybot"
39
project.version = "${numberVersion}_${getGitHash()}"
@@ -69,6 +69,7 @@ dependencies {
69
implementation(libs.bundles.json)
70
implementation(libs.redis)
71
implementation(libs.bundles.database)
72
+ implementation(libs.mariadb)
73
74
75
val compileKotlin: KotlinCompile by tasks
0 commit comments