Skip to content

Commit cfdcd13

Browse files
Bump io.github.revxrsal:lamp.common from 4.0.0-rc.12 to 4.0.0-rc.13 (#17)
Bumps [io.github.revxrsal:lamp.common](https://github.com/Revxrsal/Lamp) from 4.0.0-rc.12 to 4.0.0-rc.13. - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](Revxrsal/Lamp@4.0.0-rc.12...4.0.0-rc.13) --- updated-dependencies: - dependency-name: io.github.revxrsal:lamp.common dependency-version: 4.0.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78c0e4e commit cfdcd13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/paper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88

99
// Libraries
1010
implementation(project(":"))
11-
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.12")
12-
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.12")
11+
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.13")
12+
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.13")
1313
}
1414

1515
tasks {

test/spigot/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88

99
// Libraries
1010
implementation(project(":"))
11-
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.12")
12-
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.12")
11+
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.13")
12+
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.13")
1313
}
1414

1515
tasks {

0 commit comments

Comments
 (0)