Skip to content

Commit

Permalink
Merge pull request #2438 from GiganticMinecraft/renovate/ch.epfl.scal…
Browse files Browse the repository at this point in the history
…a-sbt-scalafix-0.x

chore(deps): update dependency ch.epfl.scala:sbt-scalafix to v0.14.2
  • Loading branch information
outductor authored Feb 20, 2025
2 parents 6209675 + 649c89f commit 01c8dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

// Lintを掛けるため
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")

// コードフォーマットするため
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 comments on commit 01c8dde

Please sign in to comment.