From 820cc699eb5a7ea65476171b68b76c9c011edf7b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 18:53:42 +0000 Subject: [PATCH] Update sbt-typelevel to 0.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e1048b1..b1c8e13 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")