Skip to content

Commit a28950e

Browse files
authored
Merge pull request #1144 from scala-steward/update/patches
Patch updates
2 parents dc33204 + 2e28fe1 commit a28950e

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

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.13
1+
sbt.version=1.12.14

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.1.0-M9"))
77
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.1.0-M9"))
88

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

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

0 commit comments

Comments
 (0)