Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 10, 2015
1 parent 0c02d6b commit 1574650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Setup
For sbt 0.13.6+ add sbt-assembly as a dependency in `project/assembly.sbt`:

```scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.0")
```

For older sbt 0.13.x, see [sbt-assembly 0.11.2](https://github.com/sbt/sbt-assembly/tree/0.11.2).
Expand All @@ -41,7 +41,7 @@ See [migration guide](Migration.md) for details on how to upgrade from older sbt

### Applying the plugin to multi-project build.sbt

For example, here's multi-project `build.sbt`:
For example, here's a multi-project `build.sbt`:

```scala
lazy val commonSettings = Seq(
Expand Down

0 comments on commit 1574650

Please sign in to comment.