Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit e3232ce

Browse files
committed
Release 0.2.4 - docs
1 parent 26a9602 commit e3232ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The easiest to use Clippy is via an SBT plugin. If you'd like Clippy to be enabl
3131
the need to modify their build, add the following to `~/.sbt/0.13/plugins/build.sbt`:
3232

3333
````scala
34-
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.2.3")
34+
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.2.4")
3535
````
3636

3737
Upon first use, the plugin will download the advice dataset from `https://scala-clippy.org` and store it in the
@@ -52,13 +52,13 @@ You can also use Clippy directly as a compiler plugin. If you use SBT, add the f
5252
project's `.sbt` file:
5353

5454
````scala
55-
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.2.3" classifier "bundle")
55+
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.2.4" classifier "bundle")
5656
````
5757

5858
If you are using `scalac` directly, add the following option:
5959

6060
````scala
61-
-Xplugin:clippy-plugin_2.11-0.2.3-bundle.jar
61+
-Xplugin:clippy-plugin_2.11-0.2.4-bundle.jar
6262
````
6363

6464
# Contributing to the project

ui/app/views/use.scala.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Adding the plugin</h2>
4141
</p>
4242

4343
<pre>
44-
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.2.3")
44+
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.2.4")
4545
</pre>
4646

4747
<p>
@@ -74,13 +74,13 @@ <h2>Alternative ways to use Clippy</h2>
7474
</p>
7575

7676
<pre>
77-
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.2.3" classifier "bundle")
77+
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.2.4" classifier "bundle")
7878
</pre>
7979

8080
<p>
8181
If you are using <code>scalac</code> directly, add the following option:
8282
</p>
8383

8484
<pre>
85-
-Xplugin:clippy-plugin_2.11-0.2.3-bundle.jar
85+
-Xplugin:clippy-plugin_2.11-0.2.4-bundle.jar
8686
</pre>

0 commit comments

Comments
 (0)