Skip to content

Commit

Permalink
fix tpolecat imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Oct 22, 2023
1 parent ee6157f commit 691f49d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions project/CommonSettings.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import io.github.davidgregory084.TpolecatPlugin.autoImport.{
tpolecatExcludeOptions,
tpolecatScalacOptions,
ScalacOptions
}
import org.typelevel.sbt.tpolecat.TpolecatPlugin.autoImport.{tpolecatExcludeOptions, tpolecatScalacOptions}
import org.typelevel.scalacoptions.ScalacOptions
import sbt.*

object CommonSettings {
Expand Down

0 comments on commit 691f49d

Please sign in to comment.