aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-12-26 16:30:42 +0100
committerJakob Odersky <jakob@odersky.com>2018-12-26 16:38:32 +0100
commit433a83ff8e4849211ed1547d4246ef11afd059ac (patch)
treec94861b69f5e197512e2400b96f31bc2e60cec9e /project/plugins.sbt
downloadcodename-433a83ff8e4849211ed1547d4246ef11afd059ac.tar.gz
codename-433a83ff8e4849211ed1547d4246ef11afd059ac.tar.bz2
codename-433a83ff8e4849211ed1547d4246ef11afd059ac.zip
Initial commitv0.1.0
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
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")