aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-05-24 20:41:10 +0100
committerJon Pretty <jon.pretty@propensive.com>2017-05-24 20:41:10 +0100
commitb039a653e9e90530a76aef42df9215c151c65b67 (patch)
treeb925339332ed2824bb4a4910800fb0e923719c1a /project
downloadmagnolia-b039a653e9e90530a76aef42df9215c151c65b67.tar.gz
magnolia-b039a653e9e90530a76aef42df9215c151c65b67.tar.bz2
magnolia-b039a653e9e90530a76aef42df9215c151c65b67.zip
Initial checkin of messy code which appears to be a PoC
Diffstat (limited to 'project')
-rw-r--r--project/build.properties1
-rw-r--r--project/plugins.sbt11
2 files changed, 12 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..64317fd
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=0.13.15
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..dbd5625
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,11 @@
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
+//addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.4")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0-RC2")
+addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.4.7")
+
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
+addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.1.0")
+addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.1.0")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.1")