diff options
Diffstat (limited to 'project')
| -rw-r--r-- | project/build.properties | 1 | ||||
| -rw-r--r-- | project/plugins.sbt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..4d6c567 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.12.2 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") |
