From 7cfe82c251e5c8c5ca2a0981fffb022ff8c26d16 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:09:26 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release to 0.6.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a676659..d5a0382 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.4") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")