From 4209a1a08f845f59f82f1f1533fabce66bf6604d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:28:08 +0000 Subject: [PATCH] Update sbt-typelevel to 0.7.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d4ac459..f003dca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")