Skip to content

Commit

Permalink
Merge pull request #223 from Picono435/dependabot/gradle/org.spigotmc…
Browse files Browse the repository at this point in the history
…-spigot-api-1.19.2-R0.1-SNAPSHOT

Bump spigot-api from 1.19.1-R0.1-SNAPSHOT to 1.19.2-R0.1-SNAPSHOT
  • Loading branch information
Picono435 authored Aug 14, 2022
2 parents e8bbd84 + 06c89cd commit 475e4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
// Slimjar
shadow implementation(slimjar("1.2.6"))
// Spigot
compileOnly 'org.spigotmc:spigot-api:1.19.1-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
// Storage Methods
slim 'org.mongodb:mongodb-driver-sync:4.7.1'
slim 'com.zaxxer:HikariCP:4.0.3'
Expand All @@ -90,7 +90,7 @@ dependencies {
slim 'org.slf4j:slf4j-api:1.7.36'
testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testCompileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
testCompileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
testCompileOnly('me.clip:placeholderapi:2.11.2') { transitive = false }
testCompileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
testCompileOnly('org.black_ixx:playerpoints:3.2.3') { transitive = false }
Expand Down

0 comments on commit 475e4cc

Please sign in to comment.