Skip to content

Commit 75d0e34

Browse files
committed
chore: depend patterns
1 parent 31943cf commit 75d0e34

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@
6464
</repositories>
6565

6666
<dependencies>
67-
<dependency>
68-
<groupId>dev.folia</groupId>
69-
<artifactId>folia-api</artifactId>
70-
<version>1.21.4-R0.1-SNAPSHOT</version>
71-
<scope>provided</scope>
72-
</dependency>
7367
<dependency>
7468
<groupId>org.projectlombok</groupId>
7569
<artifactId>lombok</artifactId>
@@ -82,6 +76,12 @@
8276
<version>1.21.4-R0.1-SNAPSHOT</version>
8377
<scope>provided</scope>
8478
</dependency>
79+
<dependency>
80+
<groupId>dev.folia</groupId>
81+
<artifactId>folia-api</artifactId>
82+
<version>1.21.4-R0.1-SNAPSHOT</version>
83+
<scope>provided</scope>
84+
</dependency>
8585
<dependency>
8686
<groupId>redis.clients</groupId>
8787
<artifactId>jedis</artifactId>

0 commit comments

Comments
 (0)