Skip to content

Commit 73d8195

Browse files
authored
Merge pull request playframework#1104 from scala-steward/update/6.2.x/patches
[6.2.x] Patch updates
2 parents de74c45 + a0b2826 commit 73d8195

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
@@ -1,5 +1,5 @@
11
# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
2-
version = 3.11.0
2+
version = 3.11.1
33
runner.dialect = scala213
44
align.preset = more
55
assumeStandardLibraryStripMargin = true

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolvers ++= Seq(
66
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.10"))
77
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.10"))
88

9-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
9+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
1111

1212
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)