Skip to content

Commit

Permalink
Merge pull request #135 from yokra9/update/logback-classic-1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yokra9 authored Dec 22, 2024
2 parents abe42f4 + 47a5678 commit 42f2acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
"org.apache.pekko" %% "pekko-http" % "1.1.0",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"ch.qos.logback" % "logback-classic" % "1.5.15",
"org.scalactic" %% "scalactic" % "3.2.19",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)
Expand Down

0 comments on commit 42f2acc

Please sign in to comment.