We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1e456 commit 52c75f2Copy full SHA for 52c75f2
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<packaging>jar</packaging>
8
<name>SensorLibrary</name>
9
<url>http://maven.apache.org</url>
10
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
11
<build>
12
<plugins>
13
<plugin>
@@ -22,10 +22,17 @@
22
</plugins>
23
</build>
24
<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>
32
<dependency>
33
<groupId>org.redstonechips</groupId>
34
<artifactId>RedstoneChips</artifactId>
- <version>1.0-SNAPSHOT</version>
35
+ <version>1.1-SNAPSHOT</version>
36
</dependency>
37
</dependencies>
38
<properties>
0 commit comments