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 cb03bad + 5c1d1db commit 964a09fCopy full SHA for 964a09f
build.sbt
@@ -92,7 +92,7 @@ lazy val utest = project
92
libraryDependencies ++= Seq(
93
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
94
"org.typelevel" %% "cats-effect-laws" % CatsEffectVersion,
95
- "com.lihaoyi" %% "utest" % "0.8.3"))
+ "com.lihaoyi" %% "utest" % "0.8.4"))
96
97
lazy val minitest = project
98
.in(file("minitest"))
0 commit comments