Skip to content

Commit

Permalink
Update Rakurai (2.12.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jun 18, 2023
1 parent 650e85e commit 33809de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.12.1</version>
<version>2.12.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions 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.12.1</version>
<version>2.12.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>co.casterlabs.Rakurai</groupId>
<artifactId>ImplRakurai</artifactId>
<version>1.17.4</version>
<version>1.17.5</version>
<scope>compile</scope>
</dependency>

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.12.1</version>
<version>2.12.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 33809de

Please sign in to comment.