Skip to content

Commit 7836d13

Browse files
Update deps (#446)
* Scala-Steward: Update sbt-scalafix from 0.14.0 to 0.14.2 * Scala-Steward: Update logback-classic from 1.5.16 to 1.5.17
1 parent b6d4cad commit 7836d13

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.16"
31+
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.5.17"
3232

3333
ThisBuild / semanticdbEnabled := true
3434
ThisBuild / semanticdbVersion := "4.12.6"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
22
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.9.0")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")

examples/akka-persistence-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.16",
56+
"ch.qos.logback" % "logback-classic" % "1.5.17",
5757
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
5858
// 3. Using Akka Persistence
5959
"com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion,

examples/akka-persistence-app/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ val sbtNativePackagerVersion = "1.9.9"
66
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % sbtNativePackagerVersion)
77
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcSbtPluginVersion)
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
9-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
9+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
1010
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.9.0")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ addDependencyTreePlugin
33
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
77
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)