Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.2 #105

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.2
b9d5fb73b0677211d09471661ee31dba4ce4d4ed
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.2
maxColumn = 140
rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
runner.dialect = scala3
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ lazy val core: Project = (project in file("core"))
name := "core",
libraryDependencies ++=
scalaTest ++
cats ++
http4s ++
circe ++
natchez ++
pureconfig ++
metrics ++
logging ++
zio
cats ++
http4s ++
circe ++
natchez ++
pureconfig ++
metrics ++
logging ++
zio
)

addCommandAlias(
Expand Down
7 changes: 3 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ object Dependencies {
"io.circe" %% "circe-core" % Versions.circe,
"io.circe" %% "circe-generic" % Versions.circe,
"io.circe" %% "circe-parser" % Versions.circe,
"org.typelevel" %% "kittens" % Versions.kittens,
"org.typelevel" %% "cats-testkit-scalatest" % Versions.catsTestkit % Test,
"org.typelevel" %% "kittens" % Versions.kittens,
"org.typelevel" %% "cats-testkit-scalatest" % Versions.catsTestkit % Test
)

lazy val natchez: Seq[ModuleID] = Seq(
Expand All @@ -50,7 +50,6 @@ object Dependencies {
)

lazy val zio = Seq(
"dev.zio" %% "zio" % Versions.zio,

"dev.zio" %% "zio" % Versions.zio
)
}
Loading