mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
[ci-skip] Bump Toothpick Kotlin version
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Rebrand
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index fc2c3714b6c772d67e258be269aa92dda80cdb12..3719e044d0e02c306723e680677e7dbed1b0f242 100644
|
index fc2c3714b6c772d67e258be269aa92dda80cdb12..854c014fb17d7241b8588646fd253381f7e8ff39 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -27,8 +27,10 @@
|
@@ -27,8 +27,10 @@
|
||||||
@@ -21,24 +21,31 @@ index fc2c3714b6c772d67e258be269aa92dda80cdb12..3719e044d0e02c306723e680677e7dbe
|
|||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.eclipse.jdt</groupId>
|
<groupId>org.eclipse.jdt</groupId>
|
||||||
<artifactId>ecj</artifactId>
|
<artifactId>ecj</artifactId>
|
||||||
- <version>3.24.0</version>
|
- <version>3.24.0</version>
|
||||||
+ <!-- Purpur start -->
|
+ <!-- Purpur start -->
|
||||||
+ <version>3.25.0</version>
|
+ <version>3.25.0</version>
|
||||||
</dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.jetbrains.kotlin</groupId>
|
+ <groupId>org.jetbrains.kotlin</groupId>
|
||||||
+ <artifactId>kotlin-stdlib</artifactId>
|
+ <artifactId>kotlin-stdlib</artifactId>
|
||||||
+ <version>1.4.32</version>
|
+ <version>1.4.33-SNAPSHOT</version>
|
||||||
+ </dependency>
|
</dependency>
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.jetbrains.kotlin</groupId>
|
|
||||||
+ <artifactId>kotlin-reflect</artifactId>
|
|
||||||
+ <version>1.4.32</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <!-- Purpur end -->
|
+ <!-- Purpur end -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user