diff --git a/project/plugins.sbt b/project/plugins.sbt index 238967dde..f20934d63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") @@ -9,6 +9,5 @@ addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") - // This is adding this compiler plugin as a dependency for the build, not the code itself libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13"