Skip to content

Commit

Permalink
fix: move configlib to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed Mar 4, 2024
1 parent afbff2d commit 8bc3e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
jedis = { module = "redis.clients:jedis", version = "4.1.1" }
miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.1" }
commandframework = { module = "cloud.commandframework:cloud-paper", version = "1.8.4" }
configlib = { module = "com.github.Exlll.ConfigLib:configlib-paper", version = "v4.2.0" }
configlib = { module = "de.exlll:configlib-yaml", version = "4.5.0" }
guice = { module = "com.google.inject:guice", version = "7.0.0" }
luckperms = { module = "net.luckperms:api", version = "5.4" }
bstats = { module = "org.bstats:bstats-bukkit", version = "3.0.2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void classloader(@NotNull PluginClasspathBuilder classpathBuilder) {
new Dependency(new DefaultArtifact("cloud.commandframework:cloud-paper:1.8.3"), null));
resolver.addDependency(
new Dependency(
new DefaultArtifact("com.github.Exlll.ConfigLib:configlib-paper:v4.2.0"), null));
new DefaultArtifact("de.exlll:configlib-yaml:4.5.0"), null));
resolver.addDependency(
new Dependency(new DefaultArtifact("com.google.inject:guice:7.0.0"), null));
resolver.addDependency(new Dependency(new DefaultArtifact("com.zaxxer:HikariCP:5.0.1"), null));
Expand Down

0 comments on commit 8bc3e63

Please sign in to comment.