We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2471029 commit 38b20c4Copy full SHA for 38b20c4
build.sbt
@@ -2,6 +2,7 @@ import _root_.scalafix.sbt.BuildInfo.scalafixVersion // delete if Scala 2.10
2
import scalatex.ScalatexReadme
3
4
ThisBuild / shellPrompt := ((s: State) => Project.extract(s).currentRef.project + "> ")
5
+ThisBuild / version := "1.2.0" // Workaround for #504
6
7
lazy val scalafixRules = project
8
.in(file("scalafix"))
0 commit comments