From 3df22380cb142ee744f123d0f354a0d3b93bbd42 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 20:58:35 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release to 0.4.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 66e5617..1a5bb33 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.12") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.13") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")