Skip to content

Commit

Permalink
bump to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 20, 2024
1 parent e36ea7c commit 64a502b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ dependencies {

implementation(libs.triumph.cmds)

implementation(libs.vital.paper) {
exclude("org.yaml", "*")
}

compileOnly(libs.decent.holograms)

compileOnly(libs.fancy.holograms)
Expand All @@ -41,6 +37,10 @@ dependencies {

compileOnly(libs.oraxen)

api(libs.vital.paper) {
exclude("org.yaml")
}

api(project(":api"))
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tirumph-gui = "3.1.7"
jetbrains = "24.1.0"
kyori = "4.17.0"
jalu = "1.4.1"
vital = "2.7-SNAPSHOT"
vital = "2.7"

# Paper
paperweight = "1.7.2"
Expand Down

0 comments on commit 64a502b

Please sign in to comment.