Skip to content

Commit

Permalink
Update libby
Browse files Browse the repository at this point in the history
  • Loading branch information
Refrac committed Aug 7, 2024
1 parent a97c28e commit 2c20182
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<shadedPattern>me.refracdevelopment.libs.xseries</shadedPattern>
</relocation>
<relocation>
<pattern>net.byteflux.libby</pattern>
<pattern>com.alessiodp.libby</pattern>
<shadedPattern>me.refracdevelopment.libs.libby</shadedPattern>
</relocation>
<relocation>
Expand Down Expand Up @@ -121,6 +121,10 @@
<id>devmart-other</id>
<url>https://nexuslite.gcnt.net/repos/other/</url>
</repository>
<repository>
<id>sonatype-oss-snapshots1</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -173,9 +177,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>net.byteflux</groupId>
<groupId>com.alessiodp.libby</groupId>
<artifactId>libby-bukkit</artifactId>
<version>1.3.1</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package me.refracdevelopment.simpletags.utilities;

import me.refracdevelopment.simpletags.SimpleTags;
import net.byteflux.libby.BukkitLibraryManager;
import net.byteflux.libby.Library;
import com.alessiodp.libby.BukkitLibraryManager;
import com.alessiodp.libby.Library;

public class DownloadUtil {

Expand Down

0 comments on commit 2c20182

Please sign in to comment.