Skip to content

Commit

Permalink
chore: management version in samples (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Nov 18, 2024
1 parent 997fb78 commit 3164862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -30,7 +30,7 @@ Global / cancelable := false // ctrl-c

val AkkaVersion = "2.10.0"
val AkkaHttpVersion = "10.7.0"
val AkkaManagementVersion = "1.6.1"
val AkkaManagementVersion = "1.6.0"
val AkkaPersistenceR2dbcVersion = "1.3.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.6.1")
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 @@ -20,7 +20,7 @@
<akka.version>2.10.0</akka.version>
<akka-projection.version>1.6.1</akka-projection.version>
<akka-persistence-r2dbc.version>1.3.0</akka-persistence-r2dbc.version>
<akka-management.version>1.6.1</akka-management.version>
<akka-management.version>1.6.0</akka-management.version>
<akka-diagnostics.version>2.2.0</akka-diagnostics.version>
<akka-grpc.version>2.5.0</akka-grpc.version>
<akka-grpc-maven-plugin.version>2.5.0</akka-grpc-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Global / cancelable := false // ctrl-c

val AkkaVersion = sys.props.getOrElse("akka.version", "2.10.0")
val AkkaHttpVersion = "10.7.0"
val AkkaManagementVersion = "1.6.1"
val AkkaManagementVersion = "1.6.0"
val AkkaPersistenceR2dbcVersion = "1.3.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.6.1")
Expand Down

0 comments on commit 3164862

Please sign in to comment.