From 8c34edbdfd31c77443ca7e0fcd879f191d23cce2 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Tue, 27 Feb 2024 04:31:13 +0330 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.7 (#320) --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0bc111ee..5c1cea48 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")