File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8787 <dependency >
8888 <groupId >de.pianoman911</groupId >
8989 <artifactId >mapengine-api</artifactId >
90- <version >1.8.5 </version >
90+ <version >1.8.6 </version >
9191 <scope >provided</scope >
9292 </dependency >
9393</dependencies >
@@ -108,7 +108,7 @@ repositories {
108108}
109109
110110dependencies {
111- compileOnly 'de.pianoman911:mapengine-api:1.8.5 '
111+ compileOnly 'de.pianoman911:mapengine-api:1.8.6 '
112112}
113113```
114114
@@ -125,7 +125,7 @@ repositories {
125125}
126126
127127dependencies {
128- compileOnly(" de.pianoman911:mapengine-api:1.8.5 " )
128+ compileOnly(" de.pianoman911:mapengine-api:1.8.6 " )
129129}
130130```
131131
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.5 "
16+ version = " 1.8.6 "
1717
1818 repositories {
1919 maven(" https://repo.thejocraft.net/public/" )
You can’t perform that action at this time.
0 commit comments