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.
1 parent 1dd12e8 commit 641377dCopy full SHA for 641377d
build.sbt
@@ -27,7 +27,7 @@ lazy val root = project
27
"org.scalacheck" %% "scalacheck" % "1.16.0" % Test,
28
"org.scalameta" %% "munit" % "0.7.29" % Test,
29
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
30
- "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
+ "com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
31
),
32
33
// For Scala 3
0 commit comments