Skip to content

Commit a579883

Browse files
authored
Merge pull request #312 from scala-steward/update/scalafmt-core-3.11.0
Update scalafmt-core to 3.11.0
2 parents 6148728 + db8b94c commit a579883

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ d9ed5546c4de868b176b13b9b04bb8caf3543926
1212

1313
# Reformat with sbt-java-formatter 0.10.0
1414
3a2e6552f80f743fa5cc16c78c5fed2280768849
15+
16+
# Scala Steward: Reformat with scalafmt 3.11.0
17+
ca4df29ef07089dc7f182f68486c1ac2f0f47249

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.7
1+
version = 3.11.0
22

33
align.preset = most
44
literals.double = Upper

src/sbt-test/sbt-dotenv/check-load-on-demand-dot-env/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
lazy val root = (project in file("."))
22
.settings(
3-
version := "0.1",
4-
ThisBuild / envFileName := "build.env",
5-
Test / envFileName := "test.env",
6-
test / fork := true
3+
version := "0.1",
4+
ThisBuild / envFileName := "build.env",
5+
Test / envFileName := "test.env",
6+
test / fork := true
77
)
88

99
TaskKey[Unit]("checkGlobal") := {

0 commit comments

Comments
 (0)