Skip to content

Commit a2748cf

Browse files
authored
Merge pull request #645 from playframework/update/0.11.x/patches
[0.11.x] Patch updates
2 parents f6a058e + 771aaf3 commit a2748cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2-
version = 3.9.7
2+
version = 3.9.8
33
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44
runner.dialect = scala213
55

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ object Dependencies {
2525
val akkaGrpc: String = AkkaGrpcBuildInfo.version
2626
val grpc: String = AkkaGrpcBuildInfo.grpcVersion
2727

28-
val play = "2.9.7"
28+
val play = "2.9.8"
2929

3030
val scalaTest = "3.2.17"
31-
val scalaTestPlusPlay = "6.0.1"
31+
val scalaTestPlusPlay = "6.0.2"
3232

3333
val macwire = "2.5.9"
3434

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
2-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.9")
2+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.10")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
55
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
66
addSbtPlugin(
77
"com.lightbend.akka.grpc" % "sbt-akka-grpc" %

0 commit comments

Comments
 (0)