Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 authored Sep 30, 2024
1 parent 2ba7fb3 commit 51ed2b1
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 @@ -161,7 +161,7 @@ lazy val `scalafix-rules` = project
moduleName := "scala3-migrate-rules",
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "scalafix-core" % V.scalafix,
("ch.epfl.scala" %% "scalafix-rules" % V.scalafix).cross(CrossVersion.fullBinaryVersion)
("ch.epfl.scala" %% "scalafix-rules" % V.scalafix).cross(CrossVersion.full)
)
)

Expand Down

0 comments on commit 51ed2b1

Please sign in to comment.