Skip to content

Commit

Permalink
General update to event handling & logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Feb 22, 2023
1 parent a2e89c7 commit f423b5d
Show file tree
Hide file tree
Showing 33 changed files with 868 additions and 1,194 deletions.
4 changes: 2 additions & 2 deletions GalaxiAPI/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20220924</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
<version>1.33</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit f423b5d

Please sign in to comment.