diff --git a/project/plugins.sbt b/project/plugins.sbt index 49e1afaa68549..deb06738c642b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.14.0" // checkstyle uses guava 31.0.1-jre. libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre" -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0") @@ -47,4 +47,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pom-reader" % "2.4.0") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1") -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")