Skip to content
Alexander Lazovik edited this page May 26, 2015 · 8 revisions

Using sbt-scala-parent

Add the following code to your /project/plugins.sbt:

val nexus     = "http://sm4all-project.eu/nexus"
val snapshots = nexus + "/content/repositories/rug.snapshot"
val releases  = nexus + "/content/repositories/rug.release"

val repositories = Seq(
  "RugDS Snapshots" at snapshots,
  "RugDS Releases"  at releases,
  "typesafe"        at "http://repo.typesafe.com/typesafe/releases",
  "scalaz-bintray"  at "http://dl.bintray.com/scalaz/releases"
)

resolvers ++= repositories

addSbtPlugin("rugds" % "sbt-scala-parent" % "<latest-release-version>")

Using giter8 template

To be added

Installation instructions

Clone this wiki locally