File tree Expand file tree Collapse file tree
src/main/java/me/hsgamer/bettergui/anvilgui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >AnvilGUI</artifactId >
14- <version >8.2 </version >
14+ <version >8.3 </version >
1515 <packaging >jar</packaging >
1616
1717 <name >AnvilGUI</name >
1818 <description >Get inputs in a fancy way</description >
1919
2020 <properties >
21- <anvilgui .version>1.10.7 -SNAPSHOT</anvilgui .version>
21+ <anvilgui .version>1.10.11 -SNAPSHOT</anvilgui .version>
2222 <project .mainClass>me.hsgamer.bettergui.anvilgui.Main</project .mainClass>
2323 </properties >
2424
7777 <id >AlessioDP</id >
7878 <url >https://repo.alessiodp.com/releases/</url >
7979 </repository >
80+ <repository >
81+ <id >mvn-wesjd-net</id >
82+ <url >https://mvn.wesjd.net/</url >
83+ </repository >
8084 </repositories >
8185
8286 <dependencies >
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ public void loadLibrary() throws Exception {
149149 .artifactId ("anvilgui" )
150150 .version (version )
151151 .repository ("https://repo.codemc.io/repository/maven-public/" )
152+ .repository ("https://mvn.wesjd.net/" )
152153 .build ();
153154
154155
You can’t perform that action at this time.
0 commit comments