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 07bb8fe commit bc0ca19Copy full SHA for bc0ca19
bot/build.gradle.kts
@@ -33,7 +33,7 @@ plugins {
33
id("com.github.breadmoirai.github-release")
34
}
35
36
-val numberVersion = "3.107.1"
+val numberVersion = "3.107.2"
37
38
project.group = "ml.duncte123.skybot"
39
project.version = "${numberVersion}_${getGitHash()}"
@@ -68,8 +68,8 @@ dependencies {
68
implementation(libs.trove)
69
implementation(libs.bundles.json)
70
implementation(libs.redis)
71
- implementation(libs.bundles.database)
72
implementation(libs.mariadb)
+ implementation(libs.bundles.database)
73
74
75
val compileKotlin: KotlinCompile by tasks
0 commit comments