Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Jan 27, 2022
2 parents 8dfbfac + ce7237e commit 790d328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10")
implementation("org.bstats:bstats-bukkit:2.2.1")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("commons-io:commons-io:2.11.0")
implementation("eu.okaeri:okaeri-configs-yaml-bukkit:3.4.2")
shadow("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT")
shadow("net.dzikoysk.funnyguilds:plugin:4.10.0")
shadow("com.github.SkriptLang:Skript:2.5.3") {
shadow("com.github.SkriptLang:Skript:2.6.1") {
isTransitive = false
}
}

0 comments on commit 790d328

Please sign in to comment.