We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abe42f4 + 47a5678 commit 42f2accCopy full SHA for 42f2acc
build.sbt
@@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
5
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
6
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
7
"org.apache.pekko" %% "pekko-http" % "1.1.0",
8
- "ch.qos.logback" % "logback-classic" % "1.5.12",
+ "ch.qos.logback" % "logback-classic" % "1.5.15",
9
"org.scalactic" %% "scalactic" % "3.2.19",
10
"org.scalatest" %% "scalatest" % "3.2.19" % Test
11
)
0 commit comments