Skip to content

Commit

Permalink
update to support 1.20.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun authored Jun 17, 2023
1 parent 4d0655c commit cf2bd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plumbing-1_20_R1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "NMS and OBC Adapters for 1.20R1 for MythicDrops"

dependencies {
compileOnly("org.spigotmc:spigot:1.20-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot:1.20.1-R0.1-SNAPSHOT")

api(project(":plumbing-api"))

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ version.net.kyori..adventure-platform-bukkit=4.3.0

version.net.kyori..adventure-text-serializer-gson=4.13.0

version.org.spigotmc..spigot-api=1.20-R0.1-SNAPSHOT
version.org.spigotmc..spigot-api=1.20.1-R0.1-SNAPSHOT

version.io.pixeloutlaw..kindling=3.0.2

0 comments on commit cf2bd43

Please sign in to comment.