瀏覽代碼

Fixed uSkyBlock dependency

RadBuilder 7 年之前
父節點
當前提交
b2c8343a1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Plugin/pom.xml

+ 1 - 1
Plugin/pom.xml

@@ -82,7 +82,7 @@
         <dependency>
             <groupId>com.github.rlf</groupId>
             <artifactId>uSkyBlock-API</artifactId>
-            <version>LATEST</version>
+            <version>2.6.4</version>
         </dependency>
     </dependencies>
 </project>