Skip to content

Commit 2c21c8d

Browse files
committed
Version 2.16.1
1 parent 10d1709 commit 2c21c8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<!-- Do not change unless you want different name for local builds. -->
7272
<build.number>-LOCAL</build.number>
7373
<!-- This allows to change between versions. -->
74-
<build.version>2.16.0</build.version>
74+
<build.version>2.16.1</build.version>
7575
<sonar.projectKey>BentoBoxWorld_Level</sonar.projectKey>
7676
<sonar.organization>bentobox-world</sonar.organization>
7777
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

src/test/java/world/bentobox/level/LevelsManagerTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import static org.junit.Assert.assertFalse;
55
import static org.junit.Assert.assertTrue;
66
import static org.mockito.ArgumentMatchers.any;
7-
import static org.mockito.ArgumentMatchers.anyBoolean;
87
import static org.mockito.ArgumentMatchers.anyInt;
98
import static org.mockito.ArgumentMatchers.anyString;
109
import static org.mockito.ArgumentMatchers.eq;

0 commit comments

Comments
 (0)