Skip to content

Commit

Permalink
chore(deps): Update XSeries to v10.0.0 for better 1.20.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed May 11, 2024
1 parent 91eb96d commit 3feccc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>9.10.0</version>
<version>10.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Core/src/main/java/com/craftaro/core/SongodaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public final void onLoad() {
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;h2database", "h2", "1.4.200", false,
new Relocation("org;h2", "com;craftaro;third_party;org;h2")) // Custom relocation if the package names not match with the groupId
);
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "9.10.0", false,
dependencies.add(new Dependency("https://repo1.maven.org/maven2", "com;github;cryptomorin", "XSeries", "10.0.0", false,
new Relocation("com;cryptomorin;xseries", "com;craftaro;third_party;com;cryptomorin;xseries")) // Custom relocation if the package names not match with the groupId
);

Expand Down

0 comments on commit 3feccc6

Please sign in to comment.