Skip to content

Commit d88a93d

Browse files
author
Dean Wampler
committed
Preliminary Scala 3.1.0 support
1 parent 72bab9d commit d88a93d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3 = "3.0.2"
1+
val scala3 = "3.1.0"
22
lazy val root = project
33
.in(file("."))
44
.settings(
@@ -26,7 +26,8 @@ lazy val root = project
2626
"ch.qos.logback" % "logback-classic" % "1.2.3",
2727
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
2828
"org.scalameta" %% "munit" % "0.7.26" % Test,
29-
"org.scalameta" %% "munit-scalacheck" % "0.7.26" % Test
29+
"org.scalameta" %% "munit-scalacheck" % "0.7.26" % Test,
30+
"com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
3031
),
3132

3233
// For Scala 3

0 commit comments

Comments
 (0)