Skip to content

Commit 103b880

Browse files
committed
Scala3 - fixing scala-java8-compat
1 parent 306b5a5 commit 103b880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def extraTestDependencies(scalaVersion: String) =
3232

3333
case Some((3, _)) =>
3434
Seq(
35+
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test,
3536
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.20" % Test
3637
)
3738

0 commit comments

Comments
 (0)