Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.4 (#441)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.4

* Reformat with scalafmt 3.8.4

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs

---------

Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Jan 13, 2025
1 parent fc65a49 commit 42f85ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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.4
3d07c07dcf7d1016cdf890867f6edc3522b02566
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.3
version = 3.8.4
project.git = true
runner.dialect = scala213Source3

Expand Down
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ lazy val `scalacheck-faker` = project
),
Test / fork := true,
tlJdkRelease := Some(8),
Test / testOptions ++= {
List(Tests.Argument(TestFrameworks.MUnit, "+l"))
},
Test / testOptions ++=
List(Tests.Argument(TestFrameworks.MUnit, "+l")),
scalacOptions ++= {
if (scalaVersion.value.startsWith("2.13")) Seq("-Xlint:-byname-implicit")
else Nil
Expand Down

0 comments on commit 42f85ed

Please sign in to comment.