Skip to content

Commit

Permalink
Update diffx-scalatest, ... to 0.9.0 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 11, 2023
1 parent 7aa3fff commit c9f7c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object Dependencies {
"io.circe" %% "circe-literal" % "0.14.6" // used for test only
lazy val circeParser =
"io.circe" %% "circe-parser" % "0.14.6" // used for site only
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.8.3"
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.9.0"
lazy val diffxShould =
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3"
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.11"
lazy val logstash =
"net.logstash.logback" % "logstash-logback-encoder" % "7.4"
Expand Down

0 comments on commit c9f7c75

Please sign in to comment.