Skip to content

Commit

Permalink
Minor changes for 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed May 20, 2023
1 parent 447e04e commit fd5964e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import net.kyori.adventure.text.TextComponent;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
Expand Down
4 changes: 2 additions & 2 deletions spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
//implementation project(":annotations")
implementation project(":common")

implementation "net.kyori:adventure-api:4.13.1"
implementation "net.kyori:adventure-platform-bukkit:4.3.0"
compileOnly "net.kyori:adventure-api:4.13.1"
compileOnly "net.kyori:adventure-platform-bukkit:4.3.0"
}

def targetJavaVersion = 17
Expand Down

0 comments on commit fd5964e

Please sign in to comment.