Skip to content

Commit

Permalink
Merge pull request #157 from typelevel/update/scalafmt-core-3.7.8
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.8
  • Loading branch information
DavidGregory084 authored Jul 11, 2023
2 parents 57e9b17 + 6af36e4 commit 0e2c7a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.6.1
867d741b880e4517744c0557dc8d139a7d7ed0c8

# Scala Steward: Reformat with scalafmt 3.7.8
b7eec74c8a47af1052bf4d5a5db2a4bb6d1c3ff0
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.7
version = 3.7.8

runner.dialect = scala212

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crossScalaVersions := Seq(
Scala213,
Scala30,
Scala31,
Scala33,
Scala33
)

Compile / tpolecatOptionsMode := CiMode
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-tpolecat/scalacOptions/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ val Scala33Options =
"-Wunused:params",
"-Wunused:privates",
"-source",
"3.0-migration",
"3.0-migration"
)

TaskKey[Unit]("checkDevMode") := {
Expand Down

0 comments on commit 0e2c7a1

Please sign in to comment.