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

Commit

Permalink
0.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 10, 2017
1 parent b7fb496 commit 6f99627
Showing 1 changed file with 1 addition and 1 deletion.
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.3.4",
version := "0.3.5",

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

Expand Down

0 comments on commit 6f99627

Please sign in to comment.