Skip to content

Commit 7c8e1d9

Browse files
Update deps (#437)
* Scala-Steward: Update logback-classic from 1.5.12 to 1.5.14 * Scala-Steward: Update sbt-ci-release from 1.9.0 to 1.9.2
1 parent 9b05c3f commit 7c8e1d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/akka-cluster-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val circeDependency = "io.circe" %% "circe-core" % circeVersion
2828
lazy val ashDependencies =
2929
Seq(AkkaSerializationHelperPlugin.annotation, AkkaSerializationHelperPlugin.circeAkkaSerializer)
3030

31-
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.12"
31+
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.14"
3232

3333
ThisBuild / semanticdbEnabled := true
3434
ThisBuild / semanticdbVersion := "4.9.3"

examples/akka-persistence-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ libraryDependencies ++= Seq(
5454
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
5555
// Common dependencies for logging and testing
5656
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
57-
"ch.qos.logback" % "logback-classic" % "1.5.12",
57+
"ch.qos.logback" % "logback-classic" % "1.5.14",
5858
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
5959
// 2. Using gRPC and/or protobuf
6060
"com.typesafe.akka" %% "akka-http2-support" % akkaHttp2SupportVersion,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
7-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
88
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

0 commit comments

Comments
 (0)