Skip to content

Commit

Permalink
#patch bumped minigames box version (#85)
Browse files Browse the repository at this point in the history
* Bump version from 5.0.7 to 5.0.7-SNAPSHOT0

* feat: bumped minigames box version

* Bump version from 5.0.7-SNAPSHOT0 to 5.0.7-SNAPSHOT1

---------

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 83fc1a5 commit 8620212
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 @@ -39,15 +39,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("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
}

group = "plugily.projects"
version = "5.0.7"
version = "5.0.7-SNAPSHOT1"
description = "BuildBattle"

java {
Expand Down

0 comments on commit 8620212

Please sign in to comment.