From ea3f51770f9aa84a0a52bc00617bc8817b9dbdfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 05:58:13 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.7.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 178618b..42ef1d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") -lazy val sbtTlVersion = "0.7.5" +lazy val sbtTlVersion = "0.7.6" addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % sbtTlVersion)