Skip to content

Commit 732292b

Browse files
authored
Merge pull request #199 from typelevel/update/weaver-cats-0.9.3
Update weaver-cats to 0.9.3
2 parents 19d8ff9 + cee42b0 commit 732292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2" % Test
29+
"org.typelevel" %% "weaver-cats" % "0.9.3" % 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)