Skip to content

Commit

Permalink
🔧まだ修正あった
Browse files Browse the repository at this point in the history
  • Loading branch information
tererun committed Nov 21, 2021
1 parent 17c351f commit 659531d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -88,8 +88,8 @@
<dependency>
<groupId>dev.dbassett</groupId>
<artifactId>skullcreator</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.wesjd</groupId>
Expand Down

0 comments on commit 659531d

Please sign in to comment.