From 88964a049712961157b434644822a4d39155225a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 14:25:51 +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 51c3931..eef1d6f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.11") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1" libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"