Skip to content

Commit

Permalink
chore: Update diffx-scalatest to 0.3.19 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 24, 2020
1 parent e433c61 commit 1a61647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
"io.circe" %% "circe-literal" % "0.13.0" // used for test only
lazy val circeParser =
"io.circe" %% "circe-parser" % "0.13.0" // used for site only
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.3.18"
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.3.19"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
lazy val logstash =
"net.logstash.logback" % "logstash-logback-encoder" % "6.3"
Expand Down

0 comments on commit 1a61647

Please sign in to comment.