From 63a4084fb26a6608400bf3269e69c628ed5ec95c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 08:45:45 +0200 Subject: [PATCH] Update maven-plugin-plugin to 3.13.0 (#28) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8cfe755..1f02fc7 100644 --- a/build.sbt +++ b/build.sbt @@ -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 )