Skip to content

Commit

Permalink
The bot also needs the libs
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 3, 2023
1 parent 583957c commit 07bb8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
id("com.github.breadmoirai.github-release")
}

val numberVersion = "3.107.0"
val numberVersion = "3.107.1"

project.group = "ml.duncte123.skybot"
project.version = "${numberVersion}_${getGitHash()}"
Expand Down Expand Up @@ -69,6 +69,7 @@ dependencies {
implementation(libs.bundles.json)
implementation(libs.redis)
implementation(libs.bundles.database)
implementation(libs.mariadb)
}

val compileKotlin: KotlinCompile by tasks
Expand Down

0 comments on commit 07bb8fe

Please sign in to comment.