Skip to content

Commit

Permalink
Merge pull request #787 from typelevel/update/typelevel-scalafix-0.4.0
Browse files Browse the repository at this point in the history
Update typelevel-scalafix to 0.4.0
  • Loading branch information
armanbilge authored Jan 21, 2025
2 parents 995fb58 + 9e230ce commit 852993e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object TypelevelScalafixPlugin extends AutoPlugin {
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
SettingKey[Boolean]("tlCiScalafixCheck") := true,
tlTypelevelScalafixVersion := Some("0.3.1"),
tlTypelevelScalafixVersion := Some("0.4.0"),
scalafixDependencies ++= tlTypelevelScalafixVersion
.value
.map { v => "org.typelevel" %% "typelevel-scalafix" % v }
Expand Down

0 comments on commit 852993e

Please sign in to comment.