Skip to content

Commit

Permalink
3.6.1.1
Browse files Browse the repository at this point in the history
-Update KamiCommonNMS

Took 1 minute
  • Loading branch information
Jake-Moore committed Sep 30, 2024
1 parent 261106f commit 2524cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Suppress("PropertyName")
var VERSION = "3.6.1.0"
var VERSION = "3.6.1.1"

plugins { // needed for the allprojects section to work
id("java")
Expand Down
2 changes: 1 addition & 1 deletion spigot-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
// Add NMS library from KamiCommonNMS
api("com.kamikazejam.kamicommon:spigot-nms:1.0.7")
api("com.kamikazejam.kamicommon:spigot-nms:1.0.8")
api(project(":standalone-utils"))
api(project(":shared-utils"))

Expand Down

0 comments on commit 2524cb0

Please sign in to comment.