From a2aeaac3ad234474f6c3993c6d3e7af2d94e3e7a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 14:53:56 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.5.2 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c96c67dc..85aab063 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.22") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")