Skip to content

Commit 5e8f03c

Browse files
authored
Merge pull request #1296 from scala-steward/update/patches
Patch updates
2 parents fa74b6e + b2cba24 commit 5e8f03c

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,7 +11,7 @@ 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
1515
rewrite.scala3.convertToNewSyntax = true
1616
rewrite.scala3.newSyntax.control = false
1717
runner.dialectOverride {

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.3.1")
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)