Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 12, 2014
1 parent 825a799 commit 4e9f3ec
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/ls/0.3.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"organization" : "com.eed3si9n",
"name" : "sbt-buildinfo",
"version" : "0.3.1",
"description" : "sbt plugin to generate build info",
"site" : "",
"tags" : [ "sbt", "codegen" ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "org.scala-sbt",
"name" : "scripted-sbt",
"version" : "0.13.1"
}, {
"organization" : "org.scala-sbt",
"name" : "sbt-launch",
"version" : "0.13.1"
} ],
"scalas" : [ "2.10.3" ],
"licenses" : [ {
"name" : "MIT License",
"url" : "https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE"
} ],
"sbt" : true
}

0 comments on commit 4e9f3ec

Please sign in to comment.