Skip to content

Commit

Permalink
Update deps to fix the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Oct 16, 2024
1 parent fb9738f commit 6fd26eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# Plugins
kotlin = "2.0.10"
kotlin = "2.0.21"
shadow = "8.1.1"
detekt = "1.23.7"
git-hooks = "0.0.2"
grgit = "5.2.2"
grgit = "5.3.0"
blossom = "2.1.0"

# Libraries
kord-extensions = "2.2.0-20240824.203242-3"
kord-extensions = "2.2.1-20241015.125602-7"
logging = "7.0.0"
logback = "1.5.8"
github-api = "1.325"
logback = "1.5.10"
github-api = "1.326"
kmongo = "5.1.0"
docgenerator = "0.2.2-SNAPSHOT"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import dev.kordex.modules.pluralkit.api.PKMessage
import dev.kordex.modules.pluralkit.events.ProxiedMessageDeleteEvent
import dev.kordex.modules.pluralkit.events.UnProxiedMessageDeleteEvent
import io.ktor.client.request.forms.ChannelProvider
import io.ktor.util.cio.toByteReadChannel
import io.ktor.utils.io.jvm.javaio.toByteReadChannel
import kotlinx.datetime.Clock
import org.hyacinthbots.lilybot.extensions.config.ConfigOptions
import org.hyacinthbots.lilybot.utils.attachmentsAndProxiedMessageInfo
Expand Down

0 comments on commit 6fd26eb

Please sign in to comment.