Skip to content

Commit

Permalink
I can't beleive order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 3, 2023
1 parent 07bb8fe commit bc0ca19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1"
val numberVersion = "3.107.2"

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

val compileKotlin: KotlinCompile by tasks
Expand Down

0 comments on commit bc0ca19

Please sign in to comment.