Skip to content

Commit

Permalink
Update maven-plugin-plugin to 3.13.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 6, 2024
1 parent 4e46fd3 commit 63a4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ developers += Developer(
)

libraryDependencies ++= Seq(
"org.apache.maven.plugins" % "maven-plugin-plugin" % "3.12.0",
"org.apache.maven.plugins" % "maven-plugin-plugin" % "3.13.0",
"junit" % "junit" % "4.13.2" % Test
)

Expand Down

0 comments on commit 63a4084

Please sign in to comment.