|
6 | 6 |
|
7 | 7 | <groupId>dev.felnull</groupId> |
8 | 8 | <artifactId>BetterStorage</artifactId> |
9 | | - <version>1.0.2</version> |
| 9 | + <version>1.0.3</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>BetterStorage</name> |
|
58 | 58 | <id>sonatype</id> |
59 | 59 | <url>https://oss.sonatype.org/content/groups/public/</url> |
60 | 60 | </repository> |
61 | | - <repository> |
62 | | - <id>xenondevs</id> |
63 | | - <url>https://repo.xenondevs.xyz/releases</url> |
64 | | - </repository> |
65 | | - <repository> |
66 | | - <id>jorel</id> |
67 | | - <url>https://repo.codemc.org/repository/maven-public/</url> |
68 | | - </repository> |
69 | 61 | <repository> |
70 | 62 | <id>net.azisaba</id> |
71 | 63 | <url>https://repo.azisaba.net/repository/maven-public/</url> |
|
79 | 71 | <version>1.16.5-R0.1-SNAPSHOT</version> |
80 | 72 | <scope>provided</scope> |
81 | 73 | </dependency> |
82 | | - <dependency> |
83 | | - <groupId>xyz.xenondevs.invui</groupId> |
84 | | - <artifactId>invui</artifactId> |
85 | | - <version>1.33</version> |
86 | | - <type>pom</type> |
87 | | - </dependency> |
88 | | - <dependency> |
89 | | - <groupId>dev.jorel</groupId> |
90 | | - <artifactId>commandapi-bukkit-core</artifactId> |
91 | | - <version>9.5.1</version> |
92 | | - <scope>provided</scope> |
93 | | - </dependency> |
94 | 74 | <dependency> |
95 | 75 | <groupId>dev.felnull</groupId> |
96 | | - <artifactId>bettergui</artifactId> |
97 | | - <version>1.0</version> |
| 76 | + <artifactId>BetterGUI</artifactId> |
| 77 | + <version>1.0.4</version> |
| 78 | + <scope>provided</scope> |
98 | 79 | </dependency> |
99 | 80 | <dependency> |
100 | 81 | <groupId>dev.felnull</groupId> |
101 | 82 | <artifactId>MariaIO</artifactId> |
102 | 83 | <version>1.0-20241115.035849-1</version> |
| 84 | + <scope>provided</scope> |
103 | 85 | </dependency> |
104 | 86 | </dependencies> |
105 | 87 |
|
|
0 commit comments