Skip to content

Commit a772ae7

Browse files
authored
Merge pull request #1297 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 1e55678 + 25e37a8 commit a772ae7

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
@@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
1313
newlines.afterCurlyLambda = preserve
14-
version = 3.11.0
14+
version = 3.11.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
44
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")

0 commit comments

Comments
 (0)