From 433a83ff8e4849211ed1547d4246ef11afd059ac Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 26 Dec 2018 16:30:42 +0100 Subject: Initial commit --- project/plugins.sbt | 2 ++ 1 file changed, 2 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..23fd95e --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,2 @@ +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.8") +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") -- cgit v1.2.3