Skip to content

Commit bf188e5

Browse files
authored
Merge pull request #468 from scala-steward/update/3.0.x/patches
[3.0.x] Patch updates
2 parents 4cbb4b1 + 0fbe504 commit bf188e5

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

33
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.9")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
66
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

0 commit comments

Comments
 (0)