Skip to content

Commit 7b0bef6

Browse files
authored
Merge pull request #589 from scala-steward/update/8.x/patches
[8.x] Patch updates
2 parents 97b010b + 1f678e8 commit 7b0bef6

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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
9+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.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 = "3.0.8"
18+
val play: String = "3.0.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)