Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 19, 2014
1 parent dd5cda9 commit ff0861d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
sbtPlugin := true,
name := "sbt-assembly",
organization := "com.eed3si9n",
version := "0.12.0-SNAPSHOT",
version := "0.12.0",
description := "sbt plugin to create a single fat jar",
licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-assembly/blob/master/LICENSE")),
scalacOptions := Seq("-deprecation", "-unchecked"),
Expand Down
25 changes: 25 additions & 0 deletions src/main/ls/0.12.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"organization" : "com.eed3si9n",
"name" : "sbt-assembly",
"version" : "0.12.0",
"description" : "sbt plugin to create a single fat jar",
"site" : "",
"tags" : [ "sbt", "jar" ],
"docs" : "",
"resolvers" : [ "http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases" ],
"dependencies" : [ {
"organization" : "org.scala-sbt",
"name" : "scripted-sbt",
"version" : "0.13.6"
}, {
"organization" : "org.scala-sbt",
"name" : "sbt-launch",
"version" : "0.13.6"
} ],
"scalas" : [ "2.10.4" ],
"licenses" : [ {
"name" : "MIT License",
"url" : "https://github.com/sbt/sbt-assembly/blob/master/LICENSE"
} ],
"sbt" : true
}

0 comments on commit ff0861d

Please sign in to comment.