diff --git a/project/plugins.sbt b/project/plugins.sbt index 090c97e..0c70aec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.19")