Skip to content

Commit

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

* Reformat with scalafmt 3.7.7

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.7' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Jul 9, 2023
1 parent ca0ba8a commit 8bd69d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.2
a79ce8fc4dc279b0f6a065804c248a1f29551625

# Scala Steward: Reformat with scalafmt 3.7.7
530d0ff0a4de338ca8ad39abad8bbfa5bb9aea74
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.2
version = 3.7.7

runner.dialect=scala213

Expand Down
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ lazy val dsl = (projectMatrix in file("dsl"))
.settings(AutomaticModuleName.settings("com.tersesystems.blindsight.dsl"))
.settings(
name := "blindsight-dsl",
scalacOptions := scalacOptionsVersion(scalaVersion.value),
).jvmPlatform(scalaVersions = scalaVersions)
scalacOptions := scalacOptionsVersion(scalaVersion.value)
)
.jvmPlatform(scalaVersions = scalaVersions)
.dependsOn(api)

lazy val ringbuffer = (projectMatrix in file("ringbuffer"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ class LogstashLoggerSpec extends AnyWordSpec with Matchers with OneContextPerTes
logger.info(
Markers(bobj("markerKey" -> "markerValue")),
"a=b",
bobj("1" -> "2"), bobj("3" -> "4"), e
bobj("1" -> "2"),
bobj("3" -> "4"),
e
)

val event = listAppender.list.get(0)
Expand Down

0 comments on commit 8bd69d5

Please sign in to comment.