Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent e3d8eaf commit 5e89c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ configurations {

dependencies {
implementation 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.2'
implementation 'com.sk89q.worldedit:worldedit-bukkit:7.2.14'
implementation 'com.sk89q.worldedit:worldedit-core:7.2.14'
implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
implementation 'com.sk89q.worldedit:worldedit-bukkit:7.2.20'
implementation 'com.sk89q.worldedit:worldedit-core:7.2.20'
embed 'org.jetbrains.kotlin:kotlin-stdlib'
embed 'com.google.code.gson:gson:2.10.1'
embed 'com.squareup.okhttp3:okhttp:4.11.0'
embed 'com.michael-bull.kotlin-result:kotlin-result:1.1.18'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.0'
testImplementation 'io.kotest:kotest-runner-junit5-jvm:5.7.2'
}

processResources {
Expand Down

0 comments on commit 5e89c54

Please sign in to comment.