Skip to content

Commit

Permalink
Update README for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed Feb 10, 2019
1 parent 276e848 commit f10ac63
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 @@ -20,7 +20,7 @@ Add the following line to one of these files:
or at `~/.sbt/1.0/plugins/sbt-updates.sbt` (for SBT 1.x series)

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

### Snapshot version
Expand Down Expand Up @@ -68,7 +68,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
[info] com.timushev.sbt:sbt-updates : 0.3.0 -> 0.3.4 -> 0.4.0
[info] org.scala-lang:scala-library:provided : 2.10.6 -> 2.12.4
> reload return
```
Expand Down

0 comments on commit f10ac63

Please sign in to comment.