We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c4b9bb + 923270a commit bbebcbaCopy full SHA for bbebcba
build.sbt
@@ -32,7 +32,7 @@ lazy val `fs2-utils` = crossProject(JSPlatform, JVMPlatform)
32
libraryDependencies ++= Seq(
33
"co.fs2" %%% "fs2-core" % fs2Version,
34
"org.scalameta" %%% "munit" % "1.2.1" % Test,
35
- "com.eed3si9n.expecty" %%% "expecty" % "0.17.0" % Test,
+ "com.eed3si9n.expecty" %%% "expecty" % "0.17.1" % Test,
36
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
37
),
38
)
0 commit comments