summaryrefslogtreecommitdiff
path: root/crashbox-server/src/main/scala/io/crashbox/ci/Source.scala
diff options
context:
space:
mode:
Diffstat (limited to 'crashbox-server/src/main/scala/io/crashbox/ci/Source.scala')
-rw-r--r--crashbox-server/src/main/scala/io/crashbox/ci/Source.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/crashbox-server/src/main/scala/io/crashbox/ci/Source.scala b/crashbox-server/src/main/scala/io/crashbox/ci/Source.scala
index 335e59c..dffb5ea 100644
--- a/crashbox-server/src/main/scala/io/crashbox/ci/Source.scala
+++ b/crashbox-server/src/main/scala/io/crashbox/ci/Source.scala
@@ -2,9 +2,11 @@ package io.crashbox.ci
import java.io.File
import java.net.URL
-import org.eclipse.jgit.api.Git
+
import scala.concurrent.Future
+import org.eclipse.jgit.api.Git
+
trait Source { self: Core =>
def fetchSource(from: URL, to: File): Future[File] =