Skip to content

Commit

Permalink
Merge pull request #153 from scala-steward/update/weaver-cats-0.7.1
Browse files Browse the repository at this point in the history
Update weaver-cats to 0.7.1
  • Loading branch information
ybasket authored Apr 12, 2021
2 parents 5ded366 + 3c14aff commit efb97ce
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 @@ -32,7 +32,7 @@ val commonSettings = List(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.3",
"io.circe" %%% "circe-parser" % circeVersion % "test",
"co.fs2" %% "fs2-io" % fs2Version % "test",
"com.disneystreaming" %%% "weaver-cats" % "0.7.0" % "test"
"com.disneystreaming" %%% "weaver-cats" % "0.7.1" % "test"
),
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),
scmInfo := Some(ScmInfo(url("https://github.com/satabin/fs2-data"), "scm:git:git@github.com:satabin/fs2-data.git"))
Expand Down

0 comments on commit efb97ce

Please sign in to comment.