Skip to content

Commit

Permalink
Bump Rakurai.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Mar 29, 2023
1 parent 82c8658 commit ef6e9a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Sora-Api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.casterlabs</groupId>
<artifactId>Sora</artifactId>
<version>2.11.1</version>
<version>2.11.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -35,13 +35,13 @@
<dependency>
<groupId>co.casterlabs.Rakurai</groupId>
<artifactId>Http-Server</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>co.casterlabs.Rakurai</groupId>
<artifactId>Json</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion Sora-Framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.casterlabs</groupId>
<artifactId>Sora</artifactId>
<version>2.11.1</version>
<version>2.11.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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>Sora</artifactId>
<version>2.11.1</version>
<version>2.11.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit ef6e9a7

Please sign in to comment.