There was an error while loading. Please reload this page.
1 parent f2b3545 commit c46ba52Copy full SHA for c46ba52
1 file changed
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
setGroup("net.elytrium")
13
-setVersion("1.0.7-SNAPSHOT")
+setVersion("1.0.7")
14
15
java {
16
setSourceCompatibility(JavaVersion.VERSION_11)
@@ -39,7 +39,7 @@ repositories {
39
40
41
dependencies {
42
- compileOnly("net.elytrium:limboapi-api:1.0.6")
+ compileOnly("net.elytrium:limboapi-api:1.0.7")
43
44
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
45
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
0 commit comments