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

Commit 022f243

Browse files
committed
plugins version 0.2
1 parent 5b66443 commit 022f243

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
@@ -15,7 +15,7 @@ name := "clippy"
1515
// factor out common settings into a sequence
1616
lazy val commonSettingsNoScalaVersion = scalariformSettings ++ Seq(
1717
organization := "com.softwaremill.clippy",
18-
version := "0.2-SNAPSHOT",
18+
version := "0.2",
1919

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

0 commit comments

Comments
 (0)