Skip to content

Commit 42bfb4b

Browse files
committed
v10.0.0
1 parent 0c037df commit 42bfb4b

File tree

4 files changed

+443
-42
lines changed

4 files changed

+443
-42
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@
9191
<version>${spigotVersion}</version>
9292
<scope>provided</scope>
9393
</dependency>
94+
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
95+
<dependency>
96+
<groupId>org.jetbrains</groupId>
97+
<artifactId>annotations</artifactId>
98+
<version>24.1.0</version>
99+
<scope>provided</scope>
100+
</dependency>
94101
<dependency>
95102
<groupId>org.junit.jupiter</groupId>
96103
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)