Skip to content

Commit

Permalink
Removing unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Stewart committed Apr 23, 2020
1 parent e095fb5 commit 2964a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/core/src/main/scala/Tasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package com.twilio.guardrail
package sbt

import _root_.sbt.{FeedbackProvidedException, WatchSource}
import cats.data.{EitherT, NonEmptyList, WriterT}
import cats.free.Free
import cats.data.NonEmptyList
import cats.implicits._
import cats.~>
import com.twilio.guardrail.{Args => ArgsImpl}
Expand Down

0 comments on commit 2964a3b

Please sign in to comment.