File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
5555
5656| Server Version | Supported |
5757| ----------------| -----------|
58+ | Paper 1.21.9 | ✔️ |
59+ | Paper 1.21.8 | ✔️ |
5860| Paper 1.21.7 | ✔️ |
5961| Paper 1.21.6 | ✔️ |
6062| Paper 1.21.5 | ✔️ |
@@ -90,7 +92,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
9092 <dependency >
9193 <groupId >de.pianoman911</groupId >
9294 <artifactId >mapengine-api</artifactId >
93- <version >1.8.9 </version >
95+ <version >1.8.10 </version >
9496 <scope >provided</scope >
9597 </dependency >
9698</dependencies >
@@ -111,7 +113,7 @@ repositories {
111113}
112114
113115dependencies {
114- compileOnly 'de.pianoman911:mapengine-api:1.8.9 '
116+ compileOnly 'de.pianoman911:mapengine-api:1.8.10 '
115117}
116118```
117119
@@ -128,7 +130,7 @@ repositories {
128130}
129131
130132dependencies {
131- compileOnly(" de.pianoman911:mapengine-api:1.8.9 " )
133+ compileOnly(" de.pianoman911:mapengine-api:1.8.10 " )
132134}
133135```
134136
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ allprojects {
1313 apply (plugin = " maven-publish" )
1414
1515 group = " de.pianoman911"
16- version = " 1.8.9 "
16+ version = " 1.8.10 "
1717
1818 repositories {
1919 maven(" https://repo.minceraft.dev/public/" )
You can’t perform that action at this time.
0 commit comments