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

Commit

Permalink
0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 27, 2017
1 parent 2cf8dfc commit 74ff894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -22,7 +22,7 @@ name := "clippy"
// factor out common settings into a sequence
lazy val commonSettingsNoScalaVersion = scalariformSettings ++ Seq(
organization := "com.softwaremill.clippy",
version := "0.5.2",
version := "0.5.3",

scalacOptions ++= Seq("-unchecked", "-deprecation"),

Expand Down
6 changes: 3 additions & 3 deletions ui/app/views/use.scala.html
Expand Up @@ -29,7 +29,7 @@ <h2>Adding the plugin</h2>
</p>

<pre>
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.2")
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.3")
</pre>

<p>
Expand Down Expand Up @@ -151,15 +151,15 @@ <h2>Alternative ways to use Clippy</h2>
</p>

<pre>
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.2" classifier "bundle")
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.3" classifier "bundle")
</pre>

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

<pre>
-Xplugin:clippy-plugin_2.11-0.5.2-bundle.jar
-Xplugin:clippy-plugin_2.11-0.5.3-bundle.jar
</pre>

<p>
Expand Down

0 comments on commit 74ff894

Please sign in to comment.