Skip to content

Commit

Permalink
[ci-skip] Bump Toothpick Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 1, 2021
1 parent 02b3444 commit 2a0a5e6
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions patches/server/0004-Rebrand.patch
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] Rebrand


diff --git a/pom.xml b/pom.xml
index fc2c3714b6c772d67e258be269aa92dda80cdb12..3719e044d0e02c306723e680677e7dbed1b0f242 100644
index fc2c3714b6c772d67e258be269aa92dda80cdb12..854c014fb17d7241b8588646fd253381f7e8ff39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,10 @@
Expand All @@ -21,24 +21,31 @@ index fc2c3714b6c772d67e258be269aa92dda80cdb12..3719e044d0e02c306723e680677e7dbe
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
@@ -353,8 +355,20 @@
@@ -174,6 +176,11 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
+ <!-- Purpur - Snapshots -->
+ <repository>
+ <id>purpur-snapshots</id>
+ <url>https://repo.pl3x.net/</url>
+ </repository>
</repositories>

<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
@@ -353,8 +360,15 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.24.0</version>
+ <!-- Purpur start -->
+ <version>3.25.0</version>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.4.32</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.4.32</version>
+ </dependency>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.4.33-SNAPSHOT</version>
</dependency>
+ <!-- Purpur end -->
</dependencies>
</plugin>
Expand Down

0 comments on commit 2a0a5e6

Please sign in to comment.