Skip to content

Commit 47a5678

Browse files
Update logback-classic to 1.5.15
1 parent abe42f4 commit 47a5678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
55
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
66
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
77
"org.apache.pekko" %% "pekko-http" % "1.1.0",
8-
"ch.qos.logback" % "logback-classic" % "1.5.12",
8+
"ch.qos.logback" % "logback-classic" % "1.5.15",
99
"org.scalactic" %% "scalactic" % "3.2.19",
1010
"org.scalatest" %% "scalatest" % "3.2.19" % Test
1111
)

0 commit comments

Comments
 (0)