Skip to content

Commit

Permalink
Explicitly set version
Browse files Browse the repository at this point in the history
This will override sbt-dynver.

See #504
  • Loading branch information
japgolly committed Aug 26, 2021
1 parent 2471029 commit 38b20c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import _root_.scalafix.sbt.BuildInfo.scalafixVersion // delete if Scala 2.10
import scalatex.ScalatexReadme

ThisBuild / shellPrompt := ((s: State) => Project.extract(s).currentRef.project + "> ")
ThisBuild / version := "1.2.0" // Workaround for #504

lazy val scalafixRules = project
.in(file("scalafix"))
Expand Down

0 comments on commit 38b20c4

Please sign in to comment.