Skip to content

Commit 7316f2e

Browse files
authored
Merge pull request #988 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents c636bb6 + aca120c commit 7316f2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .scalafmt.conf

+1-1
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.8.4
14+
version = 3.8.6

Diff for: project/Dependencies.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import sbt._
66
object Dependencies {
77

88
// Should be sync with GA (.github/workflows/build-test.yml)
9-
val scala213 = "2.13.15"
10-
val scala3 = "3.3.4"
9+
val scala213 = "2.13.16"
10+
val scala3 = "3.3.5"
1111

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

14-
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.1")
14+
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.3")
1515

1616
val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.2")
1717

0 commit comments

Comments
 (0)