Skip to content

Commit

Permalink
Merge pull request #879 from mkurz/update/2.2.x/patches
Browse files Browse the repository at this point in the history
[2.2.x] Patch updates
  • Loading branch information
mkurz authored Apr 30, 2024
2 parents 7f2e5ab + b2eca3e commit 41580ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0
version = 3.8.1
6 changes: 3 additions & 3 deletions 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.13"
val scala3 = "3.3.3"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.3")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.6")

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

Expand All @@ -26,9 +26,9 @@ object Dependencies {

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

val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.4")
val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.5")

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.12")
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13")

val javaxInject = Seq("javax.inject" % "javax.inject" % "1")

Expand Down

0 comments on commit 41580ba

Please sign in to comment.