Skip to content

Commit 15dd0f6

Browse files
authored
Merge pull request #1222 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 808e8cd + 53fab23 commit 15dd0f6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# Scala Steward: Reformat with scalafmt 3.9.7
88
cdd452887453edc19f5c924c1baae9c9b81a9abe
9+
10+
# Scala Steward: Reformat with scalafmt 3.10.6
11+
c3b385dff6e5351258c7b33b5f71ec67994da7de

.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.10.5
14+
version = 3.10.6

play-ahc-ws-standalone/src/main/scala/play/api/libs/ws/ahc/AhcCurlRequestLogger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ trait CurlFormat {
7979

8080
// body (note that this has only been checked for text, not binary)
8181
request.body match {
82-
case (InMemoryBody(byteString)) =>
82+
case InMemoryBody(byteString) =>
8383
val charset = findCharset(request)
8484
val bodyString = byteString.decodeString(charset)
8585
// XXX Need to escape any quotes within the body of the string.

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.18"
1010
val scala3 = "3.3.7"
1111

12-
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.26")
12+
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.27")
1313

1414
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.7")
1515

0 commit comments

Comments
 (0)