Skip to content

Commit

Permalink
Merge pull request typelevel#688 from typelevel/update/typelevel-scal…
Browse files Browse the repository at this point in the history
…afix-0.3.0

Update typelevel-scalafix to 0.3.0
  • Loading branch information
armanbilge authored Apr 7, 2024
2 parents ab8993b + f3d369d commit 51cc2b8
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.2.0"),
tlTypelevelScalafixVersion := Some("0.3.0"),
scalafixDependencies ++= tlTypelevelScalafixVersion
.value
.map { v => "org.typelevel" %% "typelevel-scalafix" % v }
Expand Down

0 comments on commit 51cc2b8

Please sign in to comment.