Skip to content

Commit

Permalink
fix false positive failure with sbt 1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Dec 19, 2023
1 parent 1271370 commit aa0e7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/cross-build-advanced/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import _root_.scalafix.sbt.{BuildInfo => Versions}

val scala3Version = "3.3.0"
ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
Global / semanticdbVersion := scalafixSemanticdb.revision // support sbt 1.3.x, see https://github.com/sbt/sbt/issues/5110

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

0 comments on commit aa0e7f9

Please sign in to comment.