Skip to content

Commit f6decbb

Browse files
authored
Merge pull request #529 from scala-steward/update/patches
Patch updates
2 parents 165a52c + 8adebdd commit f6decbb

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 = preserve
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,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.12.13
3+
sbt.version=1.12.14

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
55
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
77
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

0 commit comments

Comments
 (0)