Skip to content

Commit

Permalink
Update to 1.16.1
Browse files Browse the repository at this point in the history
Yes big code changes !
  • Loading branch information
Nickster258 committed Jul 17, 2020
1 parent 199c0c0 commit 7a60eb5
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
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = ""
version = "1.0-SNAPSHOT"
version = "1.1"

plugins {
kotlin("jvm") version "1.3.71"
Expand Down Expand Up @@ -37,9 +37,9 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(group = "co.aikar", name = "acf-paper", version = "0.5.0-SNAPSHOT")

compileOnly(group = "de.tr7zw", name = "item-nbt-api-plugin", version = "2.2.0")
compileOnly(group = "org.spigotmc", name = "spigot-api", version = "1.15.2-R0.1-SNAPSHOT")
compileOnly(group = "com.sk89q.worldedit", name = "worldedit-bukkit", version = "7.1.0-SNAPSHOT")
compileOnly(group = "de.tr7zw", name = "item-nbt-api-plugin", version = "2.4.1")
compileOnly(group = "org.spigotmc", name = "spigot-api", version = "1.16.1-R0.1-SNAPSHOT")
compileOnly(group = "com.sk89q.worldedit", name = "worldedit-bukkit", version = "7.2.0-SNAPSHOT")

kapt(group = "org.spigotmc", name = "plugin-annotations", version = "1.2.2-SNAPSHOT")
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: RedstoneTools
version: 1.0-SNAPSHOT
version: 1.1
main: redstonetools.RedstoneTools
api-version: 1.15
depend: [WorldEdit]

0 comments on commit 7a60eb5

Please sign in to comment.