Skip to content

Commit 734c510

Browse files
Patch updates (playframework#489)
* play 3.0.8 (was 3.0.7) * sbt-scalafmt 2.5.5 (was 2.5.4)
1 parent 8c9b72c commit 734c510

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414

1515
object Versions {
1616
val CXF = "4.0.8"
17-
val Play = "3.0.7"
17+
val Play = "3.0.8"
1818
}
1919

2020
val `play-client` = libraryDependencies ++= Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
77
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
88
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
99
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")

0 commit comments

Comments
 (0)