Skip to content

Commit d296c46

Browse files
authored
Merge pull request #696 from scala-steward/update/patches
Patch updates
2 parents 60b1294 + f3351fb commit d296c46

3 files changed

Lines changed: 3 additions & 3 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.3
12+
version = 3.11.4

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.13
1+
sbt.version=1.12.14

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.11")
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.1")
5+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")

0 commit comments

Comments
 (0)