Skip to content

Commit

Permalink
Update dependencies (1.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Sep 20, 2024
1 parent 54fd178 commit 72abfa4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.casterlabs</groupId>
<artifactId>swetrix-java</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -75,6 +75,10 @@
</build>

<repositories>
<repository>
<id>casterlabs-maven</id>
<url>https://repo.casterlabs.co/maven</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
Expand Down Expand Up @@ -102,15 +106,15 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>co.casterlabs.Rakurai</groupId>
<artifactId>Json</artifactId>
<version>1.16.1</version>
<groupId>co.casterlabs</groupId>
<artifactId>rson</artifactId>
<version>1.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.e3ndr</groupId>
<artifactId>FastLoggingFramework</artifactId>
<version>1.9.4</version>
<version>1.12.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 72abfa4

Please sign in to comment.