Skip to content

Commit 39d8eaf

Browse files
Update pom.xml
1 parent 4fada42 commit 39d8eaf

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

pom.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>me.CHANGEME</groupId>
7-
<artifactId>SlimefunAddon</artifactId>
6+
<groupId>me.jasperchasetoq</groupId>
7+
<artifactId>MobSimulationPlus</artifactId>
88
<version>1.0.0</version>
99

1010
<properties>
11-
<maven.compiler.source>1.8</maven.compiler.source>
12-
<maven.compiler.target>1.8</maven.compiler.target>
11+
<maven.compiler.source>16</maven.compiler.source>
12+
<maven.compiler.target>16</maven.compiler.target>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
</properties>
1515

@@ -66,5 +66,16 @@
6666
</exclusion>
6767
</exclusions>
6868
</dependency>
69+
<dependency>
70+
<groupId>io.github.mooy1</groupId>
71+
<artifactId>InfinityExpansion</artifactId>
72+
<version>c4e42cc</version>
73+
<scope>provided</scope>
74+
</dependency>
75+
<dependency>
76+
<groupId>com.github.Mooy1</groupId>
77+
<artifactId>InfinityLib</artifactId>
78+
<version>1.3.9</version>
79+
</dependency>
6980
</dependencies>
7081
</project>

0 commit comments

Comments
 (0)