Skip to content

Commit

Permalink
Scala-Steward: Update pekko-actor from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2024
1 parent c19456c commit 83b8bbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/pekko-cluster-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "0.1"
scalaVersion := "2.13.14"

val circeVersion = "0.14.10"
val pekkoVersion = "1.1.0"
val pekkoVersion = "1.1.1"

lazy val `pekko-cluster-app` = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion examples/pekko-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Global / cancelable := false // ctrl-c

ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo

val pekkoVersion = "1.1.0"
val pekkoVersion = "1.1.1"
val pekkoHttpVersion = "1.0.1"
val pekkoHttp2SupportVersion = "0.0.0+4272-045c925b-SNAPSHOT"
val pekkoManagementVersion = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val pekkoProjectionVersion = "1.0.0"
val pekkoGrpcRuntimeVersion = "1.0.2"
val pekkoHttpCorsVersion = "1.0.1"
val pekkoVersion = "1.1.0"
val pekkoVersion = "1.1.1"
val borerVersion = "1.8.0"
val circeYamlVersion = "1.15.0"
val circeVersion = "0.14.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val scala212 = "2.12.18"
name := "simple-dump"
version := "0.1"
scalaVersion := scala213
val pekkoVersion = "1.1.0"
val pekkoVersion = "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-persistence-typed" % pekkoVersion
crossScalaVersions := Seq(scala213, scala212)

Expand Down

0 comments on commit 83b8bbe

Please sign in to comment.