Skip to content

Commit

Permalink
sbt 1.3.x is no longer tested/supported
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jan 11, 2025
1 parent aa954da commit bbca827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/sbt-test/sbt-scalafix/explicit-files/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import _root_.scalafix.sbt.{BuildInfo => Versions}

// support sbt 1.3.x, see https://github.com/sbt/sbt/issues/5110
Global / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision

inThisBuild(
List(
Expand Down
3 changes: 1 addition & 2 deletions src/sbt-test/sbt-scalafix/semanticdb-enabled/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// support sbt 1.3.x, see https://github.com/sbt/sbt/issues/5110
Global / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / semanticdbEnabled := true

lazy val scala212 = project
Expand Down

0 comments on commit bbca827

Please # to comment.