Skip to content

Commit

Permalink
Update to newer kordex
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 25, 2024
1 parent cc637ec commit 39d9a25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
kordex = "1.9.10-mikbot-SNAPSHOT"
kordex = "1.9.11-mikbot-SNAPSHOT"
kmongo = "5.1.0"
coroutines = "1.9.0"
serialization = "1.7.3"
ktor = "3.0.0"
kord = "feature-user-apps-20241022.210712-8"
api = "3.37.15"
kord = "feature-user-apps-20241025.192746-9"
api = "3.37.16"
ksp = "2.0.21-1.0.25"
lavakord = "8.0.1"

Expand Down
1 change: 1 addition & 0 deletions runtime/plugins.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
:core:ktor
:core:kubernetes
1 change: 1 addition & 0 deletions runtime/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<logger name="org.mongodb.driver" level="INFO"/>
<logger name="org.pf4j" level="INFO"/>
<logger name="io.netty" level="INFO"/>
<logger name="io.lettuce" level="INFO"/>
</configuration>

0 comments on commit 39d9a25

Please sign in to comment.