Skip to content

Commit 1719181

Browse files
authored
Merge pull request #1049 from playframework/update/3.0.x/patches
[3.0.x] Patch updates
2 parents 47f927a + 2bb5ed8 commit 1719181

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
1313
newlines.afterCurlyLambda = preserve
14-
version = 3.9.7
14+
version = 3.9.8

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626

2727
val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")
2828

29-
val playJson = Seq("org.playframework" %% "play-json" % "3.0.4")
29+
val playJson = Seq("org.playframework" %% "play-json" % "3.0.5")
3030

3131
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.17")
3232

@@ -51,7 +51,7 @@ object Dependencies {
5151
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)
5252

5353
val backendServerTestDependencies = Seq(
54-
"org.playframework" %% "play-netty-server" % "3.0.7",
54+
"org.playframework" %% "play-netty-server" % "3.0.8",
5555
// Following dependencies are pulled in by play-netty-server, we just make sure
5656
// now that we use the same pekko version here like pekko-stream above.
5757
// This is because when upgrading the pekko version in Play and play-ws here we usually release

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
44
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 commit comments

Comments
 (0)