Skip to content

Commit

Permalink
Bump com.github.shynixn.mccoroutine:mccoroutine-bukkit-core
Browse files Browse the repository at this point in the history
Bumps [com.github.shynixn.mccoroutine:mccoroutine-bukkit-core](https://github.com/Shynixn/MCCoroutine) from 2.11.0 to 2.13.0.
- [Release notes](https://github.com/Shynixn/MCCoroutine/releases)
- [Commits](Shynixn/MCCoroutine@2.11.0...2.13.0)

---
updated-dependencies:
- dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent dc3f8c4 commit 86c2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

dependencies {
val paperVersion = captureVersion(implementation("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")!!)
val mccoroutineVersion = captureVersion(implementation("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.11.0")!!)
val mccoroutineVersion = captureVersion(implementation("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.13.0")!!)
val lampVersion = captureVersion(implementation("com.github.Revxrsal.Lamp:common:3.1.5")!!)

compileOnly("io.papermc.paper", "paper-api", paperVersion)
Expand Down

0 comments on commit 86c2573

Please sign in to comment.