Skip to content

Commit 8620212

Browse files
Lagggpixelversion-bump[github-action]
and
version-bump[github-action]
authored
#patch bumped minigames box version (#85)
* 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>
1 parent 83fc1a5 commit 8620212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ repositories {
3939
}
4040

4141
dependencies {
42-
implementation("plugily.projects:MiniGamesBox-Classic:1.3.9") { isTransitive = false }
42+
implementation("plugily.projects:MiniGamesBox-Classic:1.3.10") { isTransitive = false }
4343
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
4444
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
4545
compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT")
4646
compileOnly("org.jetbrains:annotations:24.0.1")
4747
}
4848

4949
group = "plugily.projects"
50-
version = "5.0.7"
50+
version = "5.0.7-SNAPSHOT1"
5151
description = "BuildBattle"
5252

5353
java {

0 commit comments

Comments
 (0)