Skip to content

Commit

Permalink
Merge pull request #1868 from scalacenter/configGut
Browse files Browse the repository at this point in the history
refactor: start using bloop-config as a dependency
  • Loading branch information
ckipp01 authored Nov 28, 2022
2 parents d8126ad + 9b12736 commit 2c83736
Show file tree
Hide file tree
Showing 27 changed files with 177 additions and 3,764 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/scala/bloop/task/Task.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import scala.util.Success
import scala.util.Try

import monix.eval.{Task => MonixTask}
import monix.execution.Callback
import monix.execution.Cancelable
import monix.execution.CancelableFuture
import monix.execution.Scheduler
import monix.execution.Callback

/**
* This task was introduced as a compatibilty layer to ublock bloop migration from monix2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package sbt.internal.inc.bloop.internal

import scala.collection.parallel.immutable.ParVector

import bloop.task.Task

import _root_.bloop.UniqueCompileInputs
Expand Down
Loading

0 comments on commit 2c83736

Please sign in to comment.