Skip to content

Commit

Permalink
Bump com.github.Revxrsal.Lamp:common from 3.1.5 to 3.1.7
Browse files Browse the repository at this point in the history
Bumps [com.github.Revxrsal.Lamp:common](https://github.com/Revxrsal/Lamp) from 3.1.5 to 3.1.7.
- [Release notes](https://github.com/Revxrsal/Lamp/releases)
- [Commits](Revxrsal/Lamp@3.1.5...3.1.7)

---
updated-dependencies:
- dependency-name: com.github.Revxrsal.Lamp:common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent dc3f8c4 commit 5a895db
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 @@ -30,7 +30,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 lampVersion = captureVersion(implementation("com.github.Revxrsal.Lamp:common:3.1.5")!!)
val lampVersion = captureVersion(implementation("com.github.Revxrsal.Lamp:common:3.1.7")!!)

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

Expand Down

0 comments on commit 5a895db

Please sign in to comment.