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 )