Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
ls data
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 8, 2014
1 parent faea8ea commit f96bf05
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/ls/0.1.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"organization" : "me.lessis",
"name" : "bintray-sbt",
"version" : "0.1.2",
"description" : "package publisher for bintray.com",
"site" : "",
"tags" : [ ],
"docs" : "",
"resolvers" : [ "http://dl.bintray.com/content/sbt/sbt-plugin-releases" ],
"dependencies" : [ {
"organization" : "me.lessis",
"name" : "bintry",
"version" : "0.3.0"
}, {
"organization" : "org.slf4j",
"name" : "slf4j-nop",
"version" : "1.7.7"
} ],
"scalas" : [ "2.10.4" ],
"licenses" : [ {
"name" : "MIT",
"url" : "https://github.com/softprops/bintray-sbt/blob/0.1.2/LICENSE"
} ],
"sbt" : true
}

0 comments on commit f96bf05

Please sign in to comment.