Skip to content

Commit

Permalink
bump: logback-classic 1.5.8 (was 1.5.7) (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 50b9659 commit 2a8ba46
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 @@ -24,7 +24,7 @@ object Dependencies {
"com.typesafe.slick" %% "slick" % SlickVersion,
"org.slf4j" % "slf4j-api" % "2.0.16",
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % "1.5.7" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
Expand All @@ -33,7 +33,7 @@ object Dependencies {

val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % "1.5.7",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"org.testcontainers" % "postgresql" % "1.20.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit 2a8ba46

Please sign in to comment.