Skip to content

Commit

Permalink
bump semanticdb
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 12, 2024
1 parent cf15d1f commit 83ad0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion downstream-tests/scalafix.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / scalacOptions ++= {

ThisBuild / semanticdbEnabled := true

ThisBuild / semanticdbVersion := "4.5.9"
ThisBuild / semanticdbVersion := "4.12.0"

ThisBuild / scalafixScalaBinaryVersion := "2.13"

Expand Down
2 changes: 1 addition & 1 deletion library/scalafix.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ThisBuild / scalacOptions ++= {
ThisBuild / semanticdbEnabled := true

// NOTE: Upgrade downstream-tests/scalafix.sbt too!
ThisBuild / semanticdbVersion := "4.9.8"
ThisBuild / semanticdbVersion := "4.12.0"

0 comments on commit 83ad0d1

Please sign in to comment.