build(deps): Bump MiniPlaceholders from 1.2.1 to 1.3.1 in /paper

Bumps [MiniPlaceholders](https://github.com/MiniPlaceholders/MiniPlaceholders) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/MiniPlaceholders/MiniPlaceholders/releases)
- [Commits](https://github.com/MiniPlaceholders/MiniPlaceholders/compare/1.2.1...1.3.1)

---
updated-dependencies:
- dependency-name: com.github.4drian3d:MiniPlaceholders
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-29 23:46:56 +00:00 committed by GitHub
parent a1c84112fa
commit 1c3c119d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ dependencies {
compileOnly(project(":authmevelocity-api-paper")) compileOnly(project(":authmevelocity-api-paper"))
compileOnly("io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT")
compileOnly("fr.xephi:authme:5.6.0-SNAPSHOT") compileOnly("fr.xephi:authme:5.6.0-SNAPSHOT")
compileOnly("com.github.4drian3d:MiniPlaceholders:1.2.1") compileOnly("com.github.4drian3d:MiniPlaceholders:1.3.1")
shadow("net.byteflux:libby-bukkit:1.1.5") shadow("net.byteflux:libby-bukkit:1.1.5")
} }