Skip to content

Commit

Permalink
Update weaver-cats to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 25, 2023
1 parent 99f63c4 commit 94dab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -280,7 +280,7 @@ trait BaseModule extends ScalaModule with ScalafmtModule with TpolecatModule wit
}

trait CommonTestModule extends BaseModule with TestModule {
val WeaverDep = ivy"com.disneystreaming::weaver-cats:0.8.1"
val WeaverDep = ivy"com.disneystreaming::weaver-cats:0.8.2"

override def ivyDeps = Agg(WeaverDep)
override def testFramework = "weaver.framework.CatsEffect"
Expand Down

0 comments on commit 94dab05

Please sign in to comment.