Skip to content

Commit

Permalink
Fix build to include new version
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Sep 26, 2023
1 parent 1abd580 commit 6535d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Movecraft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>net.countercraft</groupId>
<artifactId>movecraft-v1_20_r1</artifactId>
<artifactId>movecraft-v1_20_r2</artifactId>
<version>${revision}</version>
<type>jar</type>
</dependency>
Expand Down Expand Up @@ -190,7 +190,7 @@
</includes>
</filter>
<filter>
<artifact>net.countercraft:movecraft-v1_20_r1</artifact>
<artifact>net.countercraft:movecraft-v1_20_r2</artifact>
<includes>
<include>**</include>
</includes>
Expand Down

0 comments on commit 6535d6b

Please sign in to comment.