Skip to content

Commit

Permalink
Merge pull request #478 from scalacenter/update/scalafmt-core-3.8.2
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.2
  • Loading branch information
adpi2 authored Jun 17, 2024
2 parents 30ec7a8 + 10b8531 commit e59414e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.15
512f24aef8bf94058fa41a123000c73d7caec867

# Scala Steward: Reformat with scalafmt 3.8.2
006fe434b9a92eebadcea4a7f8f423484c955a19
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.2"
runner.dialect = scala213
maxColumn = 120
align.preset = most
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val input = project
publish / skip := true,
scalacOptions ++= List("-P:semanticdb:synthetics:on"),
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % V.catsCore,
"org.typelevel" %% "cats-core" % V.catsCore,
compilerPlugin(("org.typelevel" %% "kind-projector" % V.kindProjector).cross(CrossVersion.full))
)
)
Expand Down Expand Up @@ -168,8 +168,8 @@ lazy val `scalafix-input` = project
scalacOptions ++= List("-P:semanticdb:synthetics:on"),
publish / skip := true,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % V.catsCore,
"dev.zio" %% "zio" % V.zio,
"org.typelevel" %% "cats-core" % V.catsCore,
"dev.zio" %% "zio" % V.zio,
compilerPlugin(("org.typelevel" %% "kind-projector" % V.kindProjector).cross(CrossVersion.full))
),
buildInfoKeys := Seq[BuildInfoKey](name)
Expand Down

0 comments on commit e59414e

Please sign in to comment.