Skip to content

Commit f5629c0

Browse files
authored
Merge pull request #800 from scala-steward/update/patches
Patch updates
2 parents c9b87d3 + 17a1360 commit f5629c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2-
version = 3.11.0
2+
version = 3.11.1
33
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44
runner.dialect = scala213
55

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
22
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.1.0-M9")
33
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
55
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
66
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0") // Sync with docs/antora.yml
77
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)