File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments