From ec5b72dbe36be4845cae0c1ae2aca2574945e07a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Apr 2024 19:30:59 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.7.0 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 62eb4e5..cc6f9bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.0")