This repository was archived by the owner on Mar 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name := "clippy"
22
22
// factor out common settings into a sequence
23
23
lazy val commonSettingsNoScalaVersion = scalariformSettings ++ Seq (
24
24
organization := " com.softwaremill.clippy" ,
25
- version := " 0.5.2 " ,
25
+ version := " 0.5.3 " ,
26
26
27
27
scalacOptions ++= Seq (" -unchecked" , " -deprecation" ),
28
28
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2>Adding the plugin</h2>
29
29
</ p >
30
30
31
31
< pre >
32
- addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.2 ")
32
+ addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.5.3 ")
33
33
</ pre >
34
34
35
35
< p >
@@ -151,15 +151,15 @@ <h2>Alternative ways to use Clippy</h2>
151
151
</ p >
152
152
153
153
< pre >
154
- addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.2 " classifier "bundle")
154
+ addCompilerPlugin("com.softwaremill.clippy" %% "plugin" % "0.5.3 " classifier "bundle")
155
155
</ pre >
156
156
157
157
< p >
158
158
If you are using < code > scalac</ code > directly, add the following option:
159
159
</ p >
160
160
161
161
< pre >
162
- -Xplugin:clippy-plugin_2.11-0.5.2 -bundle.jar
162
+ -Xplugin:clippy-plugin_2.11-0.5.3 -bundle.jar
163
163
</ pre >
164
164
165
165
< p >
You can’t perform that action at this time.
0 commit comments