Skip to content

Commit

Permalink
update version in install-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 13, 2018
1 parent 9f7b74e commit 99e8f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_posts/2017-02-11-install-setup.md
Expand Up @@ -9,7 +9,7 @@ order: 0
Add the following to your `project/plugins.sbt`:

```scala
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.3.0")
```

**NOTE**: `sbt-wartremover` requires sbt version 0.13.5+.
Expand Down Expand Up @@ -92,7 +92,7 @@ Add the following to `build.sbt`:
```scala
resolvers += Resolver.sonatypeRepo("releases")

addCompilerPlugin("org.wartremover" %% "wartremover" % "2.2.1")
addCompilerPlugin("org.wartremover" %% "wartremover" % "2.3.0")

scalacOptions += "-P:wartremover:traverser:org.wartremover.warts.Unsafe"
```
Expand Down Expand Up @@ -157,7 +157,7 @@ You can use WartRemover in Maven by employing it as a compilerPlugin to scala-ma
<compilerPlugin>
<groupId>org.wartremover</groupId>
<artifactId>wartremover_2.11</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</compilerPlugin>
</compilerPlugins>
<args>
Expand Down

0 comments on commit 99e8f6e

Please sign in to comment.