Skip to content

Commit

Permalink
Merge pull request #551 from playframework/update/0.11.x/patches
Browse files Browse the repository at this point in the history
[0.11.x] Patch updates
  • Loading branch information
mkurz committed Jun 18, 2024
2 parents 484107a + 51073e5 commit 89813f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
version = 3.8.1
version = 3.8.2
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
runner.dialect = scala213

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val akkaGrpc: String = AkkaGrpcBuildInfo.version
val grpc: String = AkkaGrpcBuildInfo.grpcVersion

val play = "2.9.3"
val play = "2.9.4"

val scalaTest = "3.2.17"
val scalaTestPlusPlay = "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.6")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.7")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
Expand Down

0 comments on commit 89813f2

Please sign in to comment.