Skip to content

Commit

Permalink
logback-classic 1.2.11 (was 1.2.10) (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 19, 2022
1 parent bc87f7f commit d787670
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.akka" %% "akka-persistence-query" % AkkaVersion,
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % "1.2.10" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.11" % 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.2",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.11",
"org.testcontainers" % "postgresql" % "1.16.3" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit d787670

Please sign in to comment.