Skip to content

Commit

Permalink
Add 1.18.2 support & Update dependencies (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf authored Mar 4, 2022
1 parent e6a905b commit 32fd04e
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 @@ -24,8 +24,8 @@ repositories {
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("com.iridium:IridiumCore:1.5.3")
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,7 +53,7 @@ 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("org.mockito:mockito-inline:4.3.1")
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:1.15.0")
}

Expand Down

0 comments on commit 32fd04e

Please sign in to comment.