Skip to content

Commit

Permalink
#patch bumped minigmes box version (#76)
Browse files Browse the repository at this point in the history
* Bump version from 2.0.8 to 2.0.8-SNAPSHOT0

* feat: bumped minigames box version

---------

Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
  • Loading branch information
Lagggpixel and version-bump[github-action] authored Jun 24, 2024
1 parent 33f123b commit e3759b9
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.9") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.10") { 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.8"
version = "2.0.8-SNAPSHOT0"
description = "MurderMystery"

java {
Expand Down

0 comments on commit e3759b9

Please sign in to comment.