Skip to content

Commit

Permalink
Merge pull request #64 from scala-steward/update/logback-classic-1.2.4
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.4
  • Loading branch information
sh0hei authored Jul 19, 2021
2 parents aa182cd + 8006de8 commit afcc5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {

val sangria = "org.sangria-graphql" %% "sangria" % "2.1.3"
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.4"

val catsEffect = "org.typelevel" %% "cats-effect" % "3.1.1"
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % V.http4s
Expand Down

0 comments on commit afcc5e0

Please sign in to comment.