Skip to content

Commit 72c49ae

Browse files
authored
Merge pull request #150 from yokra9/update/logback-classic-1.5.17
Update logback-classic to 1.5.17
2 parents 2489f97 + ccd0e8e commit 72c49ae

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.3",
66
"org.apache.pekko" %% "pekko-stream" % "1.1.3",
77
"org.apache.pekko" %% "pekko-http" % "1.1.0",
8-
"ch.qos.logback" % "logback-classic" % "1.5.16",
8+
"ch.qos.logback" % "logback-classic" % "1.5.17",
99
"org.scalactic" %% "scalactic" % "3.2.19",
1010
"org.scalatest" %% "scalatest" % "3.2.19" % Test
1111
)

0 commit comments

Comments
 (0)