Skip to content

Commit

Permalink
Merge branch 'main' into feature/validate
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Jan 25, 2023
2 parents 739f119 + 5b9dafe commit ea639b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
java-version: '17'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Set up Java 16
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
java-version: '16'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions dough-protection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@

<!-- HuskTowns -->
<dependency>
<groupId>com.github.WiIIiam278</groupId>
<groupId>net.william278</groupId>
<artifactId>HuskTowns</artifactId>
<version>1.7</version>
<version>1.8</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import io.github.bakedlibs.dough.protection.Interaction;
import io.github.bakedlibs.dough.protection.ProtectionModule;
import me.william278.husktowns.HuskTownsAPI;
import me.william278.husktowns.listener.ActionType;
import net.william278.husktowns.HuskTownsAPI;
import net.william278.husktowns.listener.ActionType;
import org.bukkit.Location;
import org.bukkit.OfflinePlayer;
import org.bukkit.plugin.Plugin;
Expand Down

0 comments on commit ea639b8

Please sign in to comment.