Skip to content

Commit 38d2f9e

Browse files
committed
1.5.0 update to 26.1.2
1 parent c619ff3 commit 38d2f9e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<groupId>dev.klash</groupId>
88
<artifactId>Caramel</artifactId>
9-
<version>1.4.9</version>
9+
<version>1.5.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Caramel</name>
1313

1414
<properties>
15-
<java.version>21</java.version>
15+
<java.version>25</java.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818

@@ -30,14 +30,14 @@
3030
<artifactId>maven-compiler-plugin</artifactId>
3131
<version>3.13.0</version>
3232
<configuration>
33-
<source>21</source>
34-
<target>21</target>
33+
<source>25</source>
34+
<target>25</target>
3535
</configuration>
3636
</plugin>
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-shade-plugin</artifactId>
40-
<version>3.6.0</version>
40+
<version>3.6.2</version>
4141
<executions>
4242
<execution>
4343
<phase>package</phase>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>io.papermc.paper</groupId>
101101
<artifactId>paper-api</artifactId>
102-
<version>1.21.11-R0.1-SNAPSHOT</version>
102+
<version>[26.1.2.build,)</version>
103103
<scope>provided</scope>
104104
</dependency>
105105
<dependency>
@@ -110,7 +110,8 @@
110110
<dependency>
111111
<groupId>net.wesjd</groupId>
112112
<artifactId>anvilgui</artifactId>
113-
<version>1.10.11-SNAPSHOT</version>
113+
<version>1.10.13-SNAPSHOT</version>
114+
<scope>compile</scope>
114115
</dependency>
115116
</dependencies>
116117
</project>

0 commit comments

Comments
 (0)