Skip to content

Commit 300494f

Browse files
authored
Merge pull request #972 from scala-steward/update/6.2.x/patches
[6.2.x] Patch updates
2 parents 63ca476 + 22a936f commit 300494f

2 files changed

Lines changed: 4 additions & 4 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.9.7
2+
version = 3.9.8
33
runner.dialect = scala213
44
align.preset = more
55
assumeStandardLibraryStripMargin = true

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
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.7"))
7-
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7"))
6+
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
7+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
88

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

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

0 commit comments

Comments
 (0)