Skip to content

Commit

Permalink
Update logback-classic to 1.4.0 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 9, 2022
1 parent 4c0dc9d commit 72b626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val postgresDeps = Seq(
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
"dev.zio" %% "zio-interop-cats" % "3.2.9.1",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.0" % Test,
"org.testcontainers" % "postgresql" % "1.17.3" % Test
) ++ testDeps

Expand Down

0 comments on commit 72b626a

Please sign in to comment.