Skip to content

Commit

Permalink
Well, lets do this I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Sep 20, 2024
1 parent 22d399f commit d3c905c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "org.hyacinthbots.lilybot"
version = "4.9.0"
version = "5.0.0"

val className = "org.hyacinthbots.lilybot.LilyBotKt"

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Plugins
kotlin = "2.0.10"
shadow = "8.1.1"
detekt = "1.23.6"
detekt = "1.23.7"
git-hooks = "0.0.2"
grgit = "5.2.2"
blossom = "2.1.0"

# Libraries
kord-extensions = "2.2.0-20240824.203242-3"
logging = "7.0.0"
logback = "1.5.7"
github-api = "1.324"
logback = "1.5.8"
github-api = "1.325"
kmongo = "5.1.0"
docgenerator = "0.2.2-SNAPSHOT"

Expand Down

0 comments on commit d3c905c

Please sign in to comment.