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

Commit

Permalink
Merge pull request #275 from scala-steward/update/weaver-cats-0.7.4
Browse files Browse the repository at this point in the history
Update weaver-cats, weaver-scalacheck to 0.7.4
  • Loading branch information
mergify[bot] authored Jun 23, 2021
2 parents e276cc6 + cdc5e75 commit aa6b9e6
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 @@ -84,8 +84,8 @@ val commonSettings = List(
"com.github.valskalla" %% "odin-core" % "0.12.0",
"io.circe" %% "circe-core" % "0.14.1",
"dev.optics" %% "monocle-macro" % "3.0.0-RC2",
"com.disneystreaming" %% "weaver-cats" % "0.7.3" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.7.3" % Test
"com.disneystreaming" %% "weaver-cats" % "0.7.4" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.7.4" % Test
) ++ compilerPlugins,
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),
publish / skip := true
Expand Down

0 comments on commit aa6b9e6

Please sign in to comment.