Skip to content

Commit 019e673

Browse files
authored
Merge pull request #503 from scala-steward/update/patches
Patch updates
2 parents a2bf530 + a7938a3 commit 019e673

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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))
9+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6"))
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 = "3.0.5"
18+
val play: String = "3.0.6"
1919
val ebean = "15.8.0"
2020
val typesafeConfig = "1.4.3"
2121
}

0 commit comments

Comments
 (0)