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

Commit 74ff894

Browse files
committed
0.5.3 release
1 parent 2cf8dfc commit 74ff894

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name := "clippy"
2222
// factor out common settings into a sequence
2323
lazy val commonSettingsNoScalaVersion = scalariformSettings ++ Seq(
2424
organization := "com.softwaremill.clippy",
25-
version := "0.5.2",
25+
version := "0.5.3",
2626

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

ui/app/views/use.scala.html

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

3131
<pre>
32-
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.2")
32+
addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.3")
3333
</pre>
3434

3535
<p>
@@ -151,15 +151,15 @@ <h2>Alternative ways to use Clippy</h2>
151151
</p>
152152

153153
<pre>
154-
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.2" classifier "bundle")
154+
addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.3" classifier "bundle")
155155
</pre>
156156

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

161161
<pre>
162-
-Xplugin:clippy-plugin_2.11-0.5.2-bundle.jar
162+
-Xplugin:clippy-plugin_2.11-0.5.3-bundle.jar
163163
</pre>
164164

165165
<p>

0 commit comments

Comments
 (0)