We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9b72c commit 734c510Copy full SHA for 734c510
2 files changed
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
15
object Versions {
16
val CXF = "4.0.8"
17
- val Play = "3.0.7"
+ val Play = "3.0.8"
18
}
19
20
val `play-client` = libraryDependencies ++= Seq(
project/plugins.sbt
@@ -3,7 +3,7 @@
3
*/
4
5
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
7
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
8
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
9
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
0 commit comments