diff --git a/project/plugins.sbt b/project/plugins.sbt index d97cc4bf..fda73cf4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.5") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")