aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Yokota <eed3si9n@gmail.com>2017-08-05 05:09:20 -0400
committerEugene Yokota <eed3si9n@gmail.com>2017-08-05 05:09:20 -0400
commit005a519175070d3c8a7b4f0732810a572d3ccc35 (patch)
tree84a52f122ab089b13fd0f8658a02cba44a9e3b10
parentc481869d04e3878b0302f389b415600c2fb9437a (diff)
downloadsbt-boilerplate-005a519175070d3c8a7b4f0732810a572d3ccc35.tar.gz
sbt-boilerplate-005a519175070d3c8a7b4f0732810a572d3ccc35.tar.bz2
sbt-boilerplate-005a519175070d3c8a7b4f0732810a572d3ccc35.zip
remove ls
-rw-r--r--project/plugins.sbt1
-rw-r--r--src/main/ls/0.5.1.json17
2 files changed, 0 insertions, 18 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 7491444..00ea233 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,3 @@
-addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.2")
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
diff --git a/src/main/ls/0.5.1.json b/src/main/ls/0.5.1.json
deleted file mode 100644
index 5ee5e05..0000000
--- a/src/main/ls/0.5.1.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "organization" : "io.spray",
- "name" : "sbt-boilerplate",
- "version" : "0.5.1",
- "description" : "An SBT plugin for simple generation of boilerplate",
- "site" : "http://github.com/sbt/sbt-boilerplate",
- "tags" : [ "sbt-plugin", "sbt", "plugin", "boilerplate", "code-generation" ],
- "docs" : "http://github.com/sbt/sbt-boilerplate",
- "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
- "dependencies" : [ ],
- "scalas" : [ "2.9.2" ],
- "licenses" : [ {
- "name" : "Apache License 2.0",
- "url" : "https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"
- } ],
- "sbt" : true
-} \ No newline at end of file