Skip to content

Commit

Permalink
Update deps (#435)
Browse files Browse the repository at this point in the history
Scala-Steward: Update sbt-akka-serialization-helper from 0.8.0 to 0.9.0
  • Loading branch information
scala-steward authored Dec 12, 2024
1 parent 104e8a4 commit 9b05c3f
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/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.8.0")
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % sbtNativePackagerVersion
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % akkaGrpcSbtPluginVersion)
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.8.0")
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.9.0")

0 comments on commit 9b05c3f

Please sign in to comment.