Skip to content

Commit

Permalink
Merge pull request #599 from typelevel/update/typelevel-scalafix-0.1.6
Browse files Browse the repository at this point in the history
Update typelevel-scalafix to 0.1.6
  • Loading branch information
armanbilge authored Jul 7, 2023
2 parents 80608af + 76dcaf7 commit fac0ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object TypelevelScalafixPlugin extends AutoPlugin {
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
SettingKey[Boolean]("tlCiScalafixCheck") := true,
tlTypelevelScalafixVersion := Some("0.1.5"),
tlTypelevelScalafixVersion := Some("0.1.6"),
scalafixDependencies ++= tlTypelevelScalafixVersion
.value
.map { v => "org.typelevel" %% "typelevel-scalafix" % v }
Expand Down

0 comments on commit fac0ec2

Please sign in to comment.