Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated org.fuchss:matrix-bot-base:jar:0.9.0 to version 0.9.1
Updating parent from 0.21.8 to 0.21.10
  • Loading branch information
dfuchss committed Feb 7, 2024
1 parent 582a8c1 commit 1ce2f37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fuchss</groupId>
<artifactId>maven-parent</artifactId>
<version>0.21.8</version>
<version>0.21.10</version>
</parent>

<groupId>org.fuchss.matrix</groupId>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.fuchss</groupId>
<artifactId>matrix-bot-base</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
6 changes: 5 additions & 1 deletion src/main/kotlin/org/fuchss/matrix/mensa/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ fun main() {
HelpCommand(config, "MensaBot") {
commands
},
QuitCommand(config), LogoutCommand(config), ChangeUsernameCommand(), ShowCommand(canteenAPI), SubscribeCommand(config)
QuitCommand(config),
LogoutCommand(config),
ChangeUsernameCommand(),
ShowCommand(canteenAPI),
SubscribeCommand(config)
)

val matrixClient = getMatrixClient(config)
Expand Down

0 comments on commit 1ce2f37

Please sign in to comment.