Skip to content

Commit b390ad5

Browse files
authored
Merge pull request #682 from scala-steward/update/patches
Patch updates
2 parents 42830e1 + 3612b06 commit b390ad5

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
@@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
99
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1010
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1111
trailingCommas = always
12-
version = 3.11.0
12+
version = 3.11.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10")
22
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.1.0")
33
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")
44
addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1")
5-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
5+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")

0 commit comments

Comments
 (0)