Skip to content

Commit

Permalink
Update logback-classic to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 22, 2024
1 parent 7ae78c1 commit 0735071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala_akka_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enablePlugins(AkkaGrpcPlugin)
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
"com.typesafe.akka" %% "akka-http-core" % akkaHttpVersion,
Expand Down
2 changes: 1 addition & 1 deletion scala_pekko_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enablePlugins(PekkoGrpcPlugin)
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-core" % pekkoHttpVersion,
Expand Down

0 comments on commit 0735071

Please sign in to comment.