Skip to content

Commit

Permalink
Update README for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed Jun 19, 2019
1 parent dbf096c commit 624f6f5
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 @@ -17,7 +17,7 @@ Installation
Create a `~/.sbt/1.0/plugins/sbt-updates.sbt` file (for sbt 1.x series), or `~/.sbt/0.13/plugins/sbt-updates.sbt` (for sbt 0.13.x series) with the following content:

```
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1")
```

### Snapshot version
Expand Down Expand Up @@ -61,7 +61,7 @@ If `sbt-updates` is installed in your global file you can get updates for sbt pl
...
> dependencyUpdates
[info] Found 2 dependency updates for project
[info] com.timushev.sbt:sbt-updates : 0.3.0 -> 0.3.4 -> 0.4.0
[info] com.timushev.sbt:sbt-updates : 0.3.0 -> 0.3.4 -> 0.4.1
[info] org.scala-lang:scala-library:provided : 2.10.6 -> 2.12.4
> reload return
```
Expand Down

0 comments on commit 624f6f5

Please sign in to comment.