From de919fbac06ad7b74ca8d13b3e7dbc064d1f1495 Mon Sep 17 00:00:00 2001 From: Jabouille Jean Charles Date: Thu, 11 Mar 2021 17:43:36 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20fix=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fd73ce..db739c5 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,13 @@ You can configure exclusion and the path where you want to extract the files. Add plugin ---------- -Version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.djice/sbt-unzip/badge.svg)](https://maven-badges. -herokuapp.com/maven-central/io.github.djice/sbt-unzip) +LAST_VERSION: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.djice/sbt-unzip/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.djice/sbt-unzip) Add the plugin to `project/plugins.sbt`. For example: ```scala -addSbtPlugin("com.typesafe.sbt" % "sbt-unzip" % "1.0.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-unzip" % "LAST_VERSION") ``` In your build.sbt: