weaver 0.8.4

This commit is contained in:
Mark Canlas 2024-02-02 19:18:34 -05:00
parent 3fba1f8eae
commit a7316ed667
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ object ProjectPlugin extends AutoPlugin {
def withTesting: Project = {
val weaverVersion =
"0.8.3"
"0.8.4"
p.settings(
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),