Skip to content

Commit 894e978

Browse files
authored
Merge pull request #924 from mkurz/scalafmt3.8.4_5.3.x
[5.3.x] Upgrade scalafmt + sbt-scalafmt + revert wrong 3.8.3 formatting
2 parents 88d40c5 + 8081984 commit 894e978

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.scalafmt.conf

+1-1
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.8.3
2+
version = 3.8.4
33
runner.dialect = scala213
44
align.preset = more
55
assumeStandardLibraryStripMargin = true

docs/manual/working/scalaGuide/main/sql/slick/code/DI.scala

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Application @Inject() (protected val dbConfigProvider: DatabaseConfigProvi
2121
) extends AbstractController(cc)
2222
with HasDatabaseConfigProvider[JdbcProfile] {
2323
// #di-database-config
24+
2425
import profile.api._
2526

2627
def index(name: String) = Action.async { implicit request =>

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse(
88
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.6"))
99
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.7"))
1010

11-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
11+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1212
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1313

1414
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)