Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 authored Sep 30, 2024
1 parent 51ed2b1 commit db613de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ lazy val `scalafix-rules` = project
scalacOptions ++= List("-Wunused", "-P:semanticdb:synthetics:on"),
moduleName := "scala3-migrate-rules",
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "scalafix-core" % V.scalafix,
"ch.epfl.scala" %% "scalafix-core" % V.scalafix,
("ch.epfl.scala" %% "scalafix-rules" % V.scalafix).cross(CrossVersion.full)
)
)
Expand Down

0 comments on commit db613de

Please sign in to comment.