We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19d8ff9 + cee42b0 commit 732292bCopy full SHA for 732292b
build.sbt
@@ -26,7 +26,7 @@ lazy val testkit = crossProject(JVMPlatform)
26
.settings(
27
name := "catapult-testkit",
28
libraryDependencies ++= Seq(
29
- "org.typelevel" %% "weaver-cats" % "0.9.2" % Test
+ "org.typelevel" %% "weaver-cats" % "0.9.3" % Test
30
),
31
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),
32
tlVersionIntroduced := List("2.13", "3").map(_ -> "0.1.0").toMap,
0 commit comments