Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
scalafmtSbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Nov 27, 2023
1 parent 6e0dc07 commit e085c16
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ lazy val core = project
// General Settings
lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"com.azure" % "azure-cosmos" % azureCosmosV,
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"co.fs2" %% "fs2-core" % fs2V,
"io.circe" %% "circe-core" % circeV,
"io.circe" %% "circe-parser" % circeV,
"io.circe" %% "circe-jackson210" % circeJackson210V,
"io.netty" % "netty-codec-http2" % nettyV % Runtime, // GHSA-xpw8-rcwv-8f8p
"io.projectreactor.netty" % "reactor-netty-http" % reactorNettyV % Runtime, // GHSA-xjhv-p3fv-x24r
"com.azure" % "azure-cosmos" % azureCosmosV,
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"co.fs2" %% "fs2-core" % fs2V,
"io.circe" %% "circe-core" % circeV,
"io.circe" %% "circe-parser" % circeV,
"io.circe" %% "circe-jackson210" % circeJackson210V,
"io.netty" % "netty-codec-http2" % nettyV % Runtime, // GHSA-xpw8-rcwv-8f8p
"io.projectreactor.netty" % "reactor-netty-http" % reactorNettyV % Runtime, // GHSA-xjhv-p3fv-x24r
"org.scalameta" %% "munit" % munitV % Test,
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test
) ++
Expand Down

0 comments on commit e085c16

Please sign in to comment.