aboutsummaryrefslogtreecommitdiff
path: root/project.sbt
blob: 278f08260d956e49e478dfb93131d35b07788efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name := "sbt-boilerplate"

organization := "io.spray"

version := "0.6.0"

description := "An SBT plugin for simple generation of boilerplate"

startYear := Some(2012)

homepage := Some(url("http://github.com/sbt/sbt-boilerplate"))

organizationHomepage := Some(url("http://spray.io"))

licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE")