Skip to content

Commit

Permalink
scalafix 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 15, 2025
1 parent 4f22479 commit 608f0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lazy val fix = projectMatrix
commonSettings,
name := "unused-code-scalafix",
description := "scalafix rules unused-code",
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % "0.13.0",
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % "0.14.0",
Compile / resourceGenerators += Def.task {
val rules = (Compile / compile).value
.asInstanceOf[sbt.internal.inc.Analysis]
Expand All @@ -147,4 +147,4 @@ lazy val fix = projectMatrix
.jvmPlatform(Seq(Scala212, Scala213))
.dependsOn(common)

ThisBuild / scalafixDependencies += "com.github.xuwei-k" %% "scalafix-rules" % "0.5.1"
ThisBuild / scalafixDependencies += "com.github.xuwei-k" %% "scalafix-rules" % "0.6.0"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

0 comments on commit 608f0f2

Please sign in to comment.