From b7eb456b1af8b2203da7c24cc43dd66b80f010d7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 04:47:56 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.8.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 75fc731..a00b3a6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTlVersion = "0.8.4" +val sbtTlVersion = "0.8.5" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")