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 72bab9d commit d88a93dCopy full SHA for d88a93d
build.sbt
@@ -1,4 +1,4 @@
1
-val scala3 = "3.0.2"
+val scala3 = "3.1.0"
2
lazy val root = project
3
.in(file("."))
4
.settings(
@@ -26,7 +26,8 @@ lazy val root = project
26
"ch.qos.logback" % "logback-classic" % "1.2.3",
27
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
28
"org.scalameta" %% "munit" % "0.7.26" % Test,
29
- "org.scalameta" %% "munit-scalacheck" % "0.7.26" % Test
+ "org.scalameta" %% "munit-scalacheck" % "0.7.26" % Test,
30
+ "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
31
),
32
33
// For Scala 3
0 commit comments