diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-02-08 22:52:14 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-02-08 22:52:14 +0000 |
| commit | 21cd15d7a259e3ada2401e2585455587a56bdfbd (patch) | |
| tree | a99117c5eb8f86c21132f5541b65c7cf393b0354 /project/plugins.sbt | |
first commit
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 5 |
1 files changed, 5 insertions, 0 deletions
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") |
