From c0d91d66fb7cf06fb7d2fff7ba3218b7a4dc5e49 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 8 Apr 2018 13:12:34 -0700 Subject: Initial commit --- project/build.properties | 1 + project/plugins.sbt | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..0531343 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.1.2 diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..78bd5b7 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,6 @@ +addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.4.0") +addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.4.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7") + +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0") -- cgit v1.2.3