Skip to content

Commit 24904b9

Browse files
Update weaver-cats to 0.12.0
1 parent e85f4db commit 24904b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val testkit = crossProject(JVMPlatform)
2626
.settings(
2727
name := "catapult-testkit",
2828
libraryDependencies ++= Seq(
29-
"org.typelevel" %% "weaver-cats" % "0.9.3" % Test
29+
"org.typelevel" %% "weaver-cats" % "0.12.0" % Test
3030
),
3131
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),
3232
tlVersionIntroduced := List("2.13", "3").map(_ -> "0.1.0").toMap,

0 commit comments

Comments
 (0)