From 2298feb04affc39a2628913f2c3f9ec4f9a7f277 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Fri, 24 Jan 2025 12:50:08 +0330 Subject: [PATCH] Update sbt-typelevel, ... to 0.7.7 (#312) --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 69558ec..0ff90e8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")