Skip to content

Commit

Permalink
bump: Akka 2.9.1-M1 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Nov 29, 2023
1 parent b1d70fb commit 1653cda
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object StartFromSnapshotEndToEndSpec {

sealed trait HandlerEvt
final case class Processed(projectionId: ProjectionId, envelope: EventEnvelope[String]) extends HandlerEvt
final case object Stopped extends HandlerEvt
case object Stopped extends HandlerEvt

class TestHandler(projectionId: ProjectionId, probe: ActorRef[HandlerEvt])
extends R2dbcHandler[EventEnvelope[String]] {
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.1-M1"
val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka.version>2.9.1-M1</akka.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.1-M1"
val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka.version>2.9.1-M1</akka.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.1-M1"
val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka.version>2.9.1-M1</akka.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.1-M1"
val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka.version>2.9.1-M1</akka.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run / javaOptions ++= sys.props
.fold(Seq.empty[String])(res => Seq(s"-Dconfig.resource=$res"))
Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.1-M1"
val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.0</akka.version>
<akka.version>2.9.1-M1</akka.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
Expand Down

0 comments on commit 1653cda

Please sign in to comment.