Skip to content

Commit

Permalink
Format build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuzmichev committed Sep 17, 2024
1 parent 6dab84e commit 930b1f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ lazy val root = (project in file("."))
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"dev.zio" %% "zio-test" % "2.1.6" % Test,
"com.stephenn" %% "scalatest-circe" % "0.2.5" % Test
)
++ Seq(
) ++
Seq(
"dev.zio" %% "zio-config",
"dev.zio" %% "zio-config-magnolia",
"dev.zio" %% "zio-config-typesafe"
).map(_ % zioVersion)
++ Seq(
).map(_ % zioVersion) ++
Seq(
"io.circe" %% "circe-core",
"io.circe" %% "circe-generic",
"io.circe" %% "circe-parser"
Expand Down

0 comments on commit 930b1f7

Please sign in to comment.