Skip to content

Commit

Permalink
Must build snapshot for all scala versions first
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 20, 2024
1 parent 0d41782 commit 5fe5819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Publish artifacts locally
run: |-
sbt "publishLocal; publishM2"
sbt "+publishLocal; publishM2"
- name: Test Scala Projection gRPC sample Shopping Cart
run: |-
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.3"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.3"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.4")
val AkkaDiagnosticsVersion = "2.1.0"
val AkkaDiagnosticsVersion = "2.1.1"

enablePlugins(AkkaGrpcPlugin)

Expand Down

0 comments on commit 5fe5819

Please sign in to comment.