Skip to content

Commit

Permalink
Bump Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Feb 8, 2022
1 parent c3be592 commit b814e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:22.0.0")
implementation("com.iridium:IridiumCore:1.5.1")
implementation("org.bstats:bstats-bukkit:2.2.1")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.github.Redempt:Crunch:1.0.0")
implementation("com.j256.ormlite:ormlite-core:6.1")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
Expand Down Expand Up @@ -53,8 +53,8 @@ dependencies {
// Test dependencies
testImplementation(platform("org.junit:junit-bom:5.7.0"))
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.mockito:mockito-inline:4.2.0")
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:1.15.0")
testImplementation("org.mockito:mockito-inline:4.3.1")
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:1.15.5")
}

tasks {
Expand Down

0 comments on commit b814e4f

Please sign in to comment.