Skip to content

Commit

Permalink
[ci skip] Update dependcies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Oct 26, 2024
1 parent 005b426 commit edfe129
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 @@ -2,7 +2,7 @@ import java.text.SimpleDateFormat
import java.util.*

plugins {
id("com.gradleup.shadow") version "8.3.0" // https://github.com/GradleUp/shadow
id("com.gradleup.shadow") version "8.3.3" // https://github.com/GradleUp/shadow
id("net.kyori.blossom") version "2.1.0" // https://github.com/KyoriPowered/blossom
`java-library`
`maven-publish`
Expand Down Expand Up @@ -81,8 +81,8 @@ repositories {
dependencies {
api("org.bstats:bstats-bukkit:3.0.2")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("com.github.World1-6.World1-6Utils:World1-6Utils-Plugin:0f7f4791dd")
compileOnly("com.github.World1-6.World1-6Utils:World1-6Utils_CMI_API:0f7f4791dd")
compileOnly("com.github.World1-6.World1-6Utils:World1-6Utils-Plugin:e8e9850ea7")
compileOnly("com.github.World1-6.World1-6Utils:World1-6Utils_CMI_API:e8e9850ea7")
compileOnly("net.essentialsx:EssentialsX:2.21.0-SNAPSHOT")
compileOnly("org.geysermc.floodgate:api:2.2.3-SNAPSHOT")
}
Expand Down

0 comments on commit edfe129

Please sign in to comment.