We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79d69d commit f99a3deCopy full SHA for f99a3de
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