Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 2, 2024
1 parent 972a407 commit 9f4cd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {

val pmdVersion = "7.0.0-rc4"

val numberVersion = "3.109.3"
val numberVersion = "3.109.4"

project.group = "me.duncte123.skybot"
project.version = "${numberVersion}_${getGitHash()}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun VersionCatalogBuilder.common() {
library("sentry", "io.sentry", "sentry-logback").version("5.4.0")
library("org-json", "org.json", "json").version("20220924")

library("jda", "net.dv8tion", "JDA").version("5.1.0")
library("jda", "net.dv8tion", "JDA").version("5.1.2")

library("trove", "net.sf.trove4j", "trove4j").version("3.0.3")

Expand Down

0 comments on commit 9f4cd44

Please sign in to comment.