Skip to content

Commit

Permalink
remove unused scalatest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 22, 2023
1 parent f525e60 commit 6003a51
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 @@ -18,7 +18,6 @@ lazy val root = (project in file("."))
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
libraryDependencies ++= Seq(
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.9.0",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit 6003a51

Please sign in to comment.