Skip to content

Commit

Permalink
Drop guava dependency (why did I have that?)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed Sep 22, 2024
1 parent 72a86db commit e678745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ libraryDependencies ++= Seq(

/* Tests */
"com.softwaremill.diffx" %% "diffx-core" % "0.9.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.google.guava" % "guava" % "33.2.1-jre" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

mainClass in assembly := Some("fr.renoux.gaston.command.Main")
Expand Down

0 comments on commit e678745

Please sign in to comment.