Skip to content

Commit

Permalink
Implement annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Jan 20, 2021
1 parent a4e52cc commit 931dfec
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 @@ -3,7 +3,7 @@ plugins {
}

group 'me.dkim19375'
version '2.3.1'
version '2.3.2'

repositories {
mavenCentral()
Expand All @@ -19,4 +19,5 @@ dependencies {
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
implementation 'org.jetbrains:annotations:16.0.2'
}

0 comments on commit 931dfec

Please sign in to comment.