Skip to content

Commit

Permalink
Scala-Steward: Update pekko-actor, ... from 1.0.2 to 1.0.3-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 851cd3a commit dffa5c0
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.12"

val circeVersion = "0.14.6"
val pekkoVersion = "1.0.2"
val pekkoVersion = "1.0.3-M1"

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.0.2"
val pekkoVersion = "1.0.3-M1"
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.0.2"
val pekkoVersion = "1.0.3-M1"
val borerVersion = "1.8.0"
val circeYamlVersion = "1.15.0"
val circeVersion = "0.14.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val scala212 = "2.12.14"
name := "simple-dump"
version := "0.1"
scalaVersion := scala213
val pekkoVersion = "1.0.2"
val pekkoVersion = "1.0.3-M1"
libraryDependencies += "org.apache.pekko" %% "pekko-persistence-typed" % pekkoVersion
crossScalaVersions := Seq(scala213, scala212)

Expand Down

0 comments on commit dffa5c0

Please sign in to comment.