Skip to content

Commit

Permalink
Update diffx-cats, diffx-core to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 24, 2023
1 parent 17476d5 commit 70a8f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ val commonSettings = Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % Test,
"com.disneystreaming" %% "weaver-discipline" % "0.8.3" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.3" % Test,
"com.softwaremill.diffx" %% "diffx-core" % "0.8.3" % Test,
"com.softwaremill.diffx" %% "diffx-cats" % "0.8.3" % Test,
"com.softwaremill.diffx" %% "diffx-core" % "0.9.0" % Test,
"com.softwaremill.diffx" %% "diffx-cats" % "0.9.0" % Test,
),
compilerPlugins,
scalacOptions -= "-Xfatal-warnings",
Expand Down

0 comments on commit 70a8f94

Please sign in to comment.