Skip to content

Commit

Permalink
Update logback-classic to 1.5.3 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwheatley authored and gaeljw committed Mar 10, 2024
1 parent 4ed833e commit cfa418a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {

val log4s = "1.10.0"

val logback = "1.5.2"
val logback = "1.5.3"

val collectionCompat = "2.11.0"

Expand Down Expand Up @@ -79,7 +79,7 @@ object Dependencies {

val playJson: Seq[ModuleID] = Seq(
"org.playframework" %% "play-json" % _playJson,
"org.scalameta" %% "munit" % _munit % Test
"org.scalameta" %% "munit" % _munit % Test
)

val sprayJson: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit cfa418a

Please sign in to comment.