Skip to content

Commit

Permalink
Merge pull request #881 from scala-steward/update/5.3.x/patches
Browse files Browse the repository at this point in the history
[5.3.x] Patch updates
  • Loading branch information
mkurz authored Jul 30, 2024
2 parents f6cddef + f1bb6ca commit edbf336
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.3
d7d4bc4d51319e3a74b0e7858e68bd93e2e056f8
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
version = 3.8.2
version = 3.8.3
runner.dialect = scala213
align.preset = more
assumeStandardLibraryStripMargin = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Application @Inject() (protected val dbConfigProvider: DatabaseConfigProvi
) extends AbstractController(cc)
with HasDatabaseConfigProvider[JdbcProfile] {
// #di-database-config

import profile.api._

def index(name: String) = Action.async { implicit request =>
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"), // used by deploy nightlies, which publish here & use -Dplay.version
)

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.7"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Expand Down

0 comments on commit edbf336

Please sign in to comment.