Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 24, 2023
1 parent 89d3d39 commit 15fbf45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ lazy val commonSettings = Seq(
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(
Resolver.ivyStylePatterns
)
),
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
)
)

lazy val noPublishSettings = Seq(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.azavea.stac4s.api.client

import cats.effect.kernel.{CancelScope, Poll}
import cats.effect.Sync
import cats.effect.kernel.{CancelScope, Poll}
import cats.syntax.apply._

import scala.concurrent.duration.{DurationInt, FiniteDuration}
Expand Down

0 comments on commit 15fbf45

Please sign in to comment.