From 624f6f52f9d6c860c6a6dd01623e575a5ed95721 Mon Sep 17 00:00:00 2001 From: Roman Timushev Date: Wed, 19 Jun 2019 16:44:54 +0200 Subject: [PATCH] Update README for 0.4.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5668352f..098ab306 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```