Skip to content

Commit

Permalink
added sbt project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pnerg committed Feb 17, 2017
1 parent a02a193 commit faf9f20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/build.properties
@@ -0,0 +1 @@
sbt.version=0.13.7
12 changes: 12 additions & 0 deletions project/plugins.sbt
@@ -0,0 +1,12 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.1")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0")

// This project is its own plugin :)
unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile / "src" / "main" / "scala"

0 comments on commit faf9f20

Please sign in to comment.