File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
2828lazy val ashDependencies =
2929 Seq (AkkaSerializationHelperPlugin .annotation, AkkaSerializationHelperPlugin .circeAkkaSerializer)
3030
31- lazy val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.5.18 "
31+ lazy val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.5.19 "
3232
3333ThisBuild / semanticdbEnabled := true
3434ThisBuild / semanticdbVersion := " 4.12.6"
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
5353 " com.typesafe.akka" %% " akka-discovery" % akkaVersion,
5454 // Common dependencies for logging and testing
5555 " com.typesafe.akka" %% " akka-slf4j" % akkaVersion,
56- " ch.qos.logback" % " logback-classic" % " 1.5.18 " ,
56+ " ch.qos.logback" % " logback-classic" % " 1.5.19 " ,
5757 " org.scalatest" %% " scalatest" % " 3.2.12" % Test ,
5858 // 3. Using Akka Persistence
5959 " com.typesafe.akka" %% " akka-persistence-typed" % akkaVersion,
You can’t perform that action at this time.
0 commit comments