Skip to content

Commit

Permalink
remove unused expecty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Sep 26, 2024
1 parent d945bc2 commit 9a7acfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ lazy val `scalafix-rules` = project.in(file("scalafix/rules"))
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "scalafix-core" % _root_.scalafix.sbt.BuildInfo.scalafixVersion cross CrossVersion.for3Use2_13,
"org.scalameta" %% "munit" % "1.0.2" % Test,
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
),
dependencyOverrides ++= Seq(
"com.google.protobuf" % "protobuf-java" % "3.25.5", // CVE-2024-7254
Expand Down

0 comments on commit 9a7acfe

Please sign in to comment.