From 55959154b2744406f3b707dc7657e622e81ee9d2 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:17:43 +0000 Subject: [PATCH] Update sbt-typelevel to 0.6.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8f606da..c0477e8b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")