Skip to content

Commit

Permalink
Merge pull request playframework#832 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Dec 11, 2023
2 parents 1f60b74 + e63020b commit ba7eb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.15
version = 3.7.17
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val scala213 = "2.13.12"
val scala3 = "3.3.1"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.11")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.14")

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

Expand Down

0 comments on commit ba7eb6c

Please sign in to comment.