Skip to content

Commit

Permalink
Update logback-classic to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2024
1 parent 0e2a391 commit 49e02cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val commonSettings: SettingsDefinition = Def.settings(

libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "0.7.29" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test,
),

testFrameworks += new TestFramework("munit.Framework"),
Expand Down Expand Up @@ -83,7 +83,7 @@ lazy val sample = projectMatrix.in(file("sample"))
name := "fs2-pcap-sample",

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"org.pcap4j" % "pcap4j-packetfactory-static" % "1.8.2",
),

Expand Down

0 comments on commit 49e02cd

Please sign in to comment.