Skip to content

Commit

Permalink
Merge pull request #990 from scala-steward/update/3.0.x/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored Feb 10, 2025
2 parents d2a1503 + 35c5840 commit ee23312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
trailingCommas = preserve
newlines.afterCurlyLambda = preserve
version = 3.8.4
version = 3.8.6
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import sbt._
object Dependencies {

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

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

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

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

Expand Down

0 comments on commit ee23312

Please sign in to comment.