Skip to content

Commit 3e256c6

Browse files
authored
Merge pull request #802 from scala-steward/update/0.12.x/patches
[0.12.x] Patch updates
2 parents 7cf6893 + a44026b commit 3e256c6

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.0.9")
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.0.2") // Sync with docs/antora.yml
77
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)