From 31103e67a2b39956fb6653f19d177fb477a031c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Sep 2023 22:10:03 +0000 Subject: [PATCH] Update sbt-typelevel to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 434a64b3..fa351bdd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.20") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")