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

Commit 6f99627

Browse files
committed
0.3.5 release
1 parent b7fb496 commit 6f99627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.4",
25+
version := "0.3.5",
2626

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

0 commit comments

Comments
 (0)