Skip to content

Commit c1c815a

Browse files
authored
Merge pull request #588 from scala-steward/update/7.x/patches
[7.x] Patch updates
2 parents 5f9a4e0 + b7b1842 commit c1c815a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.8"))
9+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.9"))
1010

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

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ object Dependencies {
1515
}
1616

1717
object Versions {
18-
val play: String = "2.9.8"
18+
val play: String = "2.9.9"
1919
val ebean = "15.8.2"
20-
val typesafeConfig = "1.4.4"
20+
val typesafeConfig = "1.4.5"
2121
}
2222

2323
val ebean = libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)