Skip to content

Commit 55f1451

Browse files
authored
Merge pull request #656 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents c33991d + 609cf02 commit 55f1451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile,
66

77
resolvers ++= DefaultOptions.resolvers(snapshot = true)
88

9-
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.9"))
9+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.10"))
1010

1111
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
1212

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
}
1616

1717
object Versions {
18-
val play: String = "2.9.9"
18+
val play: String = "2.9.10"
1919
val ebean = "17.2.0"
2020
val typesafeConfig = "1.4.5"
2121
}

0 commit comments

Comments
 (0)