We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c03d92d + 980f494 commit f5b3b78Copy full SHA for f5b3b78
build.sbt
@@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
5
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
6
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
7
"com.typesafe.akka" %% "akka-http" % "10.2.10",
8
- "ch.qos.logback" % "logback-classic" % "1.5.5",
+ "ch.qos.logback" % "logback-classic" % "1.5.6",
9
"org.scalactic" %% "scalactic" % "3.2.18",
10
"org.scalatest" %% "scalatest" % "3.2.18" % Test
11
)
0 commit comments