Skip to content

Commit

Permalink
Build with scala 2.13.15 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored Nov 21, 2024
1 parent 8b2ba36 commit 5f9e686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ workflows:
jobs:
- run_with_localstack:
name: lint
sbt_command: ++2.13.14! check
sbt_command: ++2.13.15! check
filters:
tags:
only: << pipeline.parameters.tag_regex >>
Expand All @@ -78,15 +78,15 @@ workflows:
only: << pipeline.parameters.tag_regex >>
- run_with_localstack:
name: test213
sbt_command: ++2.13.14! interopFutures/compile core/test interopFutures/test Compile/doc
sbt_command: ++2.13.15! interopFutures/compile core/test interopFutures/test Compile/doc
requires:
- lint
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- run_with_localstack:
name: test213_dynamic_consumer
sbt_command: ++2.13.14! dynamicConsumer/test
sbt_command: ++2.13.15! dynamicConsumer/test
requires:
- lint
filters:
Expand Down

0 comments on commit 5f9e686

Please sign in to comment.