Skip to content

Commit

Permalink
Merge pull request #450 from scala-steward/update/scalafmt-core-3.8.4
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.4
  • Loading branch information
fthomas authored Jan 14, 2025
2 parents c5bc550 + ce01dfa commit ee7fc63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
cdb15b66cd9948dd55f5bf9ad7ace56ce1999abc
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
runner.dialect = scala3
continuationIndent.defnSite = 2
docstrings.style = Asterisk
Expand Down
4 changes: 2 additions & 2 deletions config/src/test/scala-2/io.circe.config/CirceConfigSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ object CirceConfigSpec {
ServerSettings(
"localhost",
8080,
5 seconds,
5.seconds,
ConfigMemorySize.ofBytes(5242880)
)
)
Expand All @@ -185,7 +185,7 @@ object CirceConfigSpec {
f = List(0, .2, 123.4),
g = List(List("nested", "list")),
h = List(Nested(obj = true), Nested(obj = false)),
i = 7357 seconds,
i = 7357.seconds,
j = ConfigMemorySize.ofBytes(134217728),
k = ConfigFactory.parseString("ka = 1.1, kb = abc"),
l = ConfigValueFactory.fromAnyRef("localhost"),
Expand Down

0 comments on commit ee7fc63

Please sign in to comment.