We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c79d69d + f99a3de commit 3ced220Copy full SHA for 3ced220
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.6",
+ "ch.qos.logback" % "logback-classic" % "1.5.7",
9
"org.scalactic" %% "scalactic" % "3.2.19",
10
"org.scalatest" %% "scalatest" % "3.2.19" % Test
11
)
0 commit comments