Skip to content

Commit

Permalink
#patch Fixed a plugin crash on none paperspigot software servers (#78)
Browse files Browse the repository at this point in the history
* Bump version from 2.0.10 to 2.0.10-SNAPSHOT0

* Updated to minigamesbox 1.3.12

* Bump version from 2.0.10-SNAPSHOT0 to 2.0.10-SNAPSHOT1

---------

Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
  • Loading branch information
Tigerpanzer02 and version-bump[github-action] authored Jul 10, 2024
1 parent 0170869 commit 5b82f58
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 @@ -17,15 +17,15 @@ repositories {
}

dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.11") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.12") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
compileOnly(files("lib/CorpseReborn.jar"))
}

group = "plugily.projects"
version = "2.0.10"
version = "2.0.10-SNAPSHOT1"
description = "MurderMystery"

java {
Expand Down

0 comments on commit 5b82f58

Please sign in to comment.