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"
2222// factor out common settings into a sequence
2323lazy 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments