Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #84 from scala-steward/update/diffx-cats-0.5.4
Browse files Browse the repository at this point in the history
Update diffx-cats, diffx-utest to 0.5.4
  • Loading branch information
mergify[bot] committed Jul 26, 2021
2 parents 9c4ace4 + ef24d42 commit a2b6775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ lazy val rootProject = (project in file("."))

lazy val testDependencies = Seq(
"com.lihaoyi" %% "utest" % "0.7.10",
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.3",
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.3",
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.4",
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.4",
"com.softwaremill.sttp.client3" %% "core" % "3.3.9",
"com.softwaremill.sttp.client3" %% "circe" % "3.3.9",
"io.circe" %% "circe-core" % "0.14.1",
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object core extends BaseModule with SbtModule {
trait CommonTestModule extends BaseModule with TestModule {
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.7.10",
ivy"com.softwaremill.diffx::diffx-utest::0.5.3",
ivy"com.softwaremill.diffx::diffx-cats::0.5.3",
ivy"com.softwaremill.diffx::diffx-utest::0.5.4",
ivy"com.softwaremill.diffx::diffx-cats::0.5.4",
ivy"com.softwaremill.sttp.client3::core::3.3.9",
ivy"com.softwaremill.sttp.client3::circe::3.3.9",
ivy"io.circe::circe-core::0.14.1",
Expand Down

0 comments on commit a2b6775

Please sign in to comment.