Skip to content

Commit

Permalink
Patch/minor dependency updates (#400)
Browse files Browse the repository at this point in the history
Scala-Steward: Update logback-classic from 1.5.1 to 1.5.2
  • Loading branch information
scala-steward authored Mar 3, 2024
1 parent 3cab128 commit b71d26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/akka-cluster-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
lazy val ashDependencies =
Seq(AkkaSerializationHelperPlugin.annotation, AkkaSerializationHelperPlugin.circeAkkaSerializer)

lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.1"
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.2"

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.7.8"
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
// Common dependencies for logging and testing
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"ch.qos.logback" % "logback-classic" % "1.5.1",
"ch.qos.logback" % "logback-classic" % "1.5.2",
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
// 2. Using gRPC and/or protobuf
"com.typesafe.akka" %% "akka-http2-support" % akkaHttp2SupportVersion,
Expand Down

0 comments on commit b71d26f

Please sign in to comment.