Skip to content

Commit 59f3395

Browse files
authored
Merge pull request #951 from scala-steward/update/5.3.x/patches
[5.3.x] Patch updates
2 parents 0a38cda + b3aa6b0 commit 59f3395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .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.9.3
2+
version = 3.9.4
33
runner.dialect = scala213
44
align.preset = more
55
assumeStandardLibraryStripMargin = true

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.10
1+
sbt.version=1.10.11

Diff for: project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ resolvers ++= Seq(
44
Resolver.sonatypeRepo("snapshots"), // used by deploy nightlies, which publish here & use -Dplay.version
55
)
66

7-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.6"))
8-
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.6"))
7+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.7"))
8+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.7"))
99
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.7"))
1010

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

14-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
14+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")

0 commit comments

Comments
 (0)