Skip to content

Commit

Permalink
v+
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed Jul 13, 2023
1 parent 6689b66 commit 4e2dfc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id "de.undercouch.download" version "5.0.1"
}

version '1.12.0-1.20.1'
version '1.12.2-1.20.1'
def nmsVersion = "1.20.1" //[NMS]
def apiVersion = '1.20'
def specialSourceVersion = '1.11.0' //[NMS]
Expand Down Expand Up @@ -154,6 +154,7 @@ dependencies {
compileOnly 'net.kyori:adventure-api:4.13.1'
compileOnly 'io.github.mqzn:mCommands-spigot:1.1.0'
compileOnly 'io.github.mqzn:mCommands-common:1.1.0'
implementation 'com.google.guava:guava:30.1-jre'
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
}

Expand Down

0 comments on commit 4e2dfc9

Please sign in to comment.