Skip to content

Commit

Permalink
Merge pull request #529 from softwaremill/update/diffx-scalatest-shou…
Browse files Browse the repository at this point in the history
…ld-0.9.0

Update diffx-scalatest-should to 0.9.0
  • Loading branch information
mergify[bot] authored Sep 25, 2023
2 parents 2c9c1b9 + 77f334b commit e0ba53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ lazy val openapi = project
name := "openapi",
libraryDependencies ++= Seq(
"io.circe" %% "circe-yaml" % circeYamlVersion,
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3" % Test,
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test
) ++ jsonDependencies
)
Expand Down

0 comments on commit e0ba53b

Please sign in to comment.