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 9460147 commit a55e3ccCopy full SHA for a55e3cc
core/src/test/scala/cleanup.scala
@@ -1,7 +1,9 @@
1
package dispatch.spec
2
3
+import scala.concurrent.ExecutionContext
4
+
5
trait DispatchCleanup extends unfiltered.spec.ServerCleanup {
- implicit def executor = dispatch.Defaults.executor
6
+ implicit def executor: ExecutionContext = dispatch.Defaults.executor
7
8
override def cleanup() = {
9
super.cleanup()
project/common.scala
@@ -50,6 +50,8 @@ object Common {
50
)
51
},
52
53
+ Test / scalacOptions += "-Xsource-features:infer-override",
54
55
organization := "org.dispatchhttp",
56
57
homepage :=
0 commit comments