aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-05-03 17:46:15 -0700
committerJakob Odersky <jakob@driver.xyz>2018-05-03 17:46:29 -0700
commit9542510df7f6b583a94b96fda9c81fc57b060b91 (patch)
treef53f2a79c32f71ed5457a5e82547287594cf784e
parentfd1bc74c840fbfdaf555b5fee49bd5bd3b1a4fe2 (diff)
downloadsbt-settings-9542510df7f6b583a94b96fda9c81fc57b060b91.tar.gz
sbt-settings-9542510df7f6b583a94b96fda9c81fc57b060b91.tar.bz2
sbt-settings-9542510df7f6b583a94b96fda9c81fc57b060b91.zip
Add version badge
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4d9e93..c8eca3a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/drivergroup/sbt-settings.svg?branch=master)](https://travis-ci.org/drivergroup/sbt-settings)
+[![Scaladex](https://index.scala-lang.org/drivergroup/sbt-settings/latest.svg)](https://index.scala-lang.org/drivergroup/sbt-settings)
# _sbt_ plugin for common _sbt_ settings
Provides common Driver Scala projects configuration for sbt, Scala compiler, testing, linting, formatting, release process, packaging, publication. Allows to use only necessary parts. Sets artifact `organization` to `xyz.driver`.
@@ -7,7 +8,7 @@ Provides common Driver Scala projects configuration for sbt, Scala compiler, tes
### project/plugins.sbt
- addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.9")
+ addSbtPlugin("xyz.driver" % "sbt-settings" % "<latest_tag>")
### build.sbt