From 21cd15d7a259e3ada2401e2585455587a56bdfbd Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 8 Feb 2026 22:52:14 +0000 Subject: first commit --- project/plugins.sbt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 project/plugins.sbt (limited to 'project/plugins.sbt') diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..d0a6df4 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,5 @@ +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.4") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") -- cgit v1.2.3