Skip to content

Commit 52c75f2

Browse files
committed
Updated for 1.21.1
1 parent 8f1e456 commit 52c75f2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>jar</packaging>
88
<name>SensorLibrary</name>
99
<url>http://maven.apache.org</url>
10-
<version>1.1-SNAPSHOT</version>
10+
<version>1.0-SNAPSHOT</version>
1111
<build>
1212
<plugins>
1313
<plugin>
@@ -22,10 +22,17 @@
2222
</plugins>
2323
</build>
2424
<dependencies>
25+
<dependency>
26+
<groupId>org.bukkit</groupId>
27+
<artifactId>bukkit</artifactId>
28+
<version>1.15.2-R0.1-SNAPSHOT</version>
29+
<type>jar</type>
30+
<scope>provided</scope>
31+
</dependency>
2532
<dependency>
2633
<groupId>org.redstonechips</groupId>
2734
<artifactId>RedstoneChips</artifactId>
28-
<version>1.0-SNAPSHOT</version>
35+
<version>1.1-SNAPSHOT</version>
2936
</dependency>
3037
</dependencies>
3138
<properties>

0 commit comments

Comments
 (0)