Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {

dependencies {
// Dependencies that we want to shade in
implementation("com.github.cryptomorin:XSeries:13.3.2")
implementation("com.github.cryptomorin:XSeries:13.3.3")

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:26.0.2")
Expand Down
Loading