Skip to content

Commit 3ef7040

Browse files
authored
Merge pull request #946 from scala-steward/update/6.1.x/patches
[6.1.x] Patch updates
2 parents 9ed598d + db6d4a9 commit 3ef7040

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.1
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.7
1+
sbt.version=1.10.11

Diff for: project/plugins.sbt

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

6-
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6"))
7-
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6"))
6+
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7"))
7+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7"))
88

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

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

0 commit comments

Comments
 (0)