Skip to content

Commit a55e3cc

Browse files
Tests build and pass
1 parent 9460147 commit a55e3cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/src/test/scala/cleanup.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package dispatch.spec
22

3+
import scala.concurrent.ExecutionContext
4+
35
trait DispatchCleanup extends unfiltered.spec.ServerCleanup {
4-
implicit def executor = dispatch.Defaults.executor
6+
implicit def executor: ExecutionContext = dispatch.Defaults.executor
57

68
override def cleanup() = {
79
super.cleanup()

project/common.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ object Common {
5050
)
5151
},
5252

53+
Test / scalacOptions += "-Xsource-features:infer-override",
54+
5355
organization := "org.dispatchhttp",
5456

5557
homepage :=

0 commit comments

Comments
 (0)