All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dwolla.testutils.IOSpecPlatform.scala Maven / Gradle / Ivy

The newest version!
package com.dwolla.testutils

import scala.concurrent.ExecutionContext

trait IOSpecPlatform { self: IOSpec =>
  override implicit def executionContext: ExecutionContext = scala.concurrent.ExecutionContext.global
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy