Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olaq committed Mar 13, 2018
1 parent 9148979 commit b15d5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SonarQube Scanner for SBT

[![Build Status](https://travis-ci.org/olaq/sbt-sonar-scanner-plugin.svg?branch=master)](https://travis-ci.org/olaq/sbt-sonar-scanner-plugin)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9142bef73f4b4fd2bb2c77c38dab42fd)](https://www.codacy.com/app/olaq.github/sbt-sonar-scanner-plugin?utm_source=github.com&utm_medium=referral&utm_content=olaq/sbt-sonar-scanner-plugin&utm_campaign=Badge_Grade)

## About
This is sbt plugin that is a wrapper for sonar-scanner (similar to Ant or Gradle scanners).
Expand All @@ -10,7 +11,7 @@ Uses embedded sonar-scanner-api, hence does not require you to download separate
## Install
Add following to statement to project/plugins.sbt
```scala
addSbtPlugin("com.olaq" % "sbt-sonar-scanner-plugin" % "1.1.0")
addSbtPlugin("com.olaq" % "sbt-sonar-scanner-plugin" % "1.3.0")
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

lazy val commonSettings = Seq(
version in ThisBuild := "1.3.0-SNAPSHOT",
version in ThisBuild := "1.3.0",
organization in ThisBuild := "com.olaq"
)

Expand Down

0 comments on commit b15d5c2

Please sign in to comment.