Skip to content

Commit f16fa52

Browse files
authored
Merge pull request #1105 from scala-steward/update/5.4.x/patches
[5.4.x] Patch updates
2 parents ad4620b + a48e0c5 commit f16fa52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ resolvers ++= Seq(
33
Resolver.sonatypeCentralSnapshots, // used by deploy nightlies, which publish here & use -Dplay.version
44
)
55

6-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
7-
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
6+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.11"))
7+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.11"))
88

99
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")

0 commit comments

Comments
 (0)