From fe6ada24e1f9042e81032328d640bd031116ac92 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:05:43 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.7.0 --- project/plugins.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0302dab..b285ab4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,10 +1,10 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.7.0") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta43")