We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b649c + 1fc4447 commit bcebd49Copy full SHA for bcebd49
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.4.3",
+ "ch.qos.logback" % "logback-classic" % "1.4.4",
9
"org.scalactic" %% "scalactic" % "3.2.14",
10
"org.scalatest" %% "scalatest" % "3.2.14" % Test
11
)
0 commit comments