Skip to content

Commit

Permalink
Merge pull request #591 from Griefed/dependabot-gradle-serverpackcrea…
Browse files Browse the repository at this point in the history
…tor-plugin-example-develop-org.pf4j-pf4j-3.12.1

build(deps): bump org.pf4j:pf4j from 3.12.0 to 3.12.1 in /serverpackcreator-plugin-example
  • Loading branch information
Griefed authored Nov 5, 2024
2 parents 3a58255 + 67c543a commit 7aae380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverpackcreator-plugin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ val pluginDescription = "An example plugin for ServerPackCreator, written in Kot
val pluginAuthor = "Griefed"

dependencies {
annotationProcessor("org.pf4j:pf4j:3.12.0")
kapt("org.pf4j:pf4j:3.12.0")
annotationProcessor("org.pf4j:pf4j:3.12.1")
kapt("org.pf4j:pf4j:3.12.1")
/*
* CAUTION: When copying the code of the example plugin, make sure to change the dependency on
* the API to implementation("de.griefed:serverpackcreator:serverpackcreator-api:$VERSION")
Expand Down

0 comments on commit 7aae380

Please sign in to comment.