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

Commit 8393b33

Browse files
committed
Update version to 0.6.0
1 parent 63e2a49 commit 8393b33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ name := "clippy"
2121
// factor out common settings into a sequence
2222
lazy val commonSettingsNoScalaVersion = Seq(
2323
organization := "com.softwaremill.clippy",
24-
version := "0.5.3",
24+
version := "0.6.0",
2525
scalacOptions ++= Seq("-unchecked", "-deprecation"),
26-
version := "0.5.3",
2726
parallelExecution := false,
2827
// Sonatype OSS deployment
2928
publishTo := {
@@ -62,7 +61,7 @@ lazy val commonSettings = commonSettingsNoScalaVersion ++ Seq(
6261
)
6362

6463
lazy val sbt10CompatSettings = Seq(
65-
sbtVersion in Global := (if (scalaVersion.value startsWith "2.12.") "1.0.0-M5" else "0.13.15"),
64+
sbtVersion in Global := (if (scalaVersion.value startsWith "2.12.") "1.1.6" else "0.13.15"),
6665
scalaCompilerBridgeSource := ("org.scala-sbt" % "compiler-interface" % "0.13.15" % "component").sources
6766
)
6867

0 commit comments

Comments
 (0)