Skip to content

Commit

Permalink
Tests build and pass
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Aug 17, 2024
1 parent 9460147 commit a55e3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/test/scala/cleanup.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package dispatch.spec

import scala.concurrent.ExecutionContext

trait DispatchCleanup extends unfiltered.spec.ServerCleanup {
implicit def executor = dispatch.Defaults.executor
implicit def executor: ExecutionContext = dispatch.Defaults.executor

override def cleanup() = {
super.cleanup()
Expand Down
2 changes: 2 additions & 0 deletions project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ object Common {
)
},

Test / scalacOptions += "-Xsource-features:infer-override",

organization := "org.dispatchhttp",

homepage :=
Expand Down

0 comments on commit a55e3cc

Please sign in to comment.