Skip to content

Commit 036fc89

Browse files
Update scalafmt-core to 3.11.0 (#655)
* Update scalafmt-core to 3.11.0 * Reformat with scalafmt 3.11.0 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.11.0' to .git-blame-ignore-revs
1 parent 5d5962c commit 036fc89

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ c038644e07f224e668b7be8c53f9038cfd2275cf
99

1010
# Scala Steward: Reformat with scalafmt 3.9.7
1111
6140c78f063f429304c3195435068432de309492
12+
13+
# Scala Steward: Reformat with scalafmt 3.11.0
14+
21049d2f91b279f578eb2ebc09f9abdee293fc4b

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rewrite.scala3.convertToNewSyntax = true
88
spaces.inImportCurlyBraces = true
99
indentOperator.preset = spray
1010

11-
version = 3.10.7
11+
version = 3.11.0
1212

1313
# Use Scala 3 dialect for scala-3 directories
1414
fileOverride {

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inThisBuild(
1414
def scala213PlusSourceDirectory(baseDir: File, sourceScope: String, scalaV: String): Seq[File] =
1515
CrossVersion.partialVersion(scalaV) match {
1616
case Some((2, 13)) | Some((3, _)) => Seq(baseDir / "src" / sourceScope / "scala-2.13+")
17-
case _ => Seq.empty
17+
case _ => Seq.empty
1818
}
1919

2020
lazy val commonSettings =
@@ -205,9 +205,9 @@ lazy val macroSub = (project in file("macro"))
205205
libraryDependencies ++= Dependencies.commonLibraries,
206206
libraryDependencies ++= Dependencies.scalaReflection.value,
207207
libraryDependencies += Dependencies.scalatest % Test,
208-
publish := {},
209-
publishLocal := {},
210-
publishArtifact := false
208+
publish := {},
209+
publishLocal := {},
210+
publishArtifact := false
211211
)
212212

213213
lazy val macroCommon = (project in file("macro-common"))
@@ -216,9 +216,9 @@ lazy val macroCommon = (project in file("macro-common"))
216216
noPublishingSettings,
217217
libraryDependencies ++= Dependencies.scalaReflection.value,
218218
libraryDependencies += Dependencies.scalatest % Test,
219-
publish := {},
220-
publishLocal := {},
221-
publishArtifact := false
219+
publish := {},
220+
publishLocal := {},
221+
publishArtifact := false
222222
)
223223

224224
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)