Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 27, 2013
1 parent 7794774 commit 2d33eb4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Using Published Plugin
For sbt 0.12.x add sbt-assembly as a dependency in `project/plugins.sbt`:

```scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")
```

Using Source Dependency
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-assembly"

organization := "com.eed3si9n"

version := "0.9.1-SNAPSHOT"
version := "0.9.1"

description := "sbt plugin to create a single fat jar"

Expand Down
8 changes: 8 additions & 0 deletions notes/0.9.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### bug fixes

- fixes directory cache including stale files. [#86][86] reported by [@rich-nguyen][@rich-nguyen]
- fixes `assembly-package-scala` task. [#87][87]

[86]: https://github.com/sbt/sbt-assembly/issues/86
[87]: https://github.com/sbt/sbt-assembly/issues/87
[@rich-nguyen]: https://github.com/rich-nguyen
25 changes: 25 additions & 0 deletions src/main/ls/0.9.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"organization" : "com.eed3si9n",
"name" : "sbt-assembly",
"version" : "0.9.1",
"description" : "sbt plugin to create a single fat jar",
"site" : "",
"tags" : [ "sbt", "jar" ],
"docs" : "",
"resolvers" : [ "http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases" ],
"dependencies" : [ {
"organization" : "org.scala-sbt",
"name" : "scripted-sbt",
"version" : "0.13.0-RC3"
}, {
"organization" : "org.scala-sbt",
"name" : "sbt-launch",
"version" : "0.13.0-RC3"
} ],
"scalas" : [ "2.10.2" ],
"licenses" : [ {
"name" : "MIT License",
"url" : "https://github.com/sbt/sbt-assembly/blob/master/LICENSE"
} ],
"sbt" : true
}

0 comments on commit 2d33eb4

Please sign in to comment.