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 33cc2de commit 14121f0Copy full SHA for 14121f0
build.sbt
@@ -33,7 +33,7 @@ def extraTestDependencies(scalaVersion: String) =
33
case Some((3, _)) =>
34
Seq(
35
// "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", // % Test
36
- "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.20" % Test exclude("org.scala-lang.modules", "scala-java8-compat")
+ "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.20" % Test exclude ("org.scala-lang.modules", "scala-java8-compat")
37
)
38
39
case _ =>
0 commit comments