This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new b3f2357 Update sbt to 1.10.0 (#158)
b3f2357 is described below
commit b3f235713b4920a9ceb66904f5d521de48eaf953
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon May 13 19:22:10 2024 +0100
Update sbt to 1.10.0 (#158)
* Update sbt to 1.10.0
* Update integration test syntax
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <[email protected]>
---
.github/workflows/integration-tests-cassandra.yml | 2 +-
.github/workflows/integration-tests-jdbc.yml | 2 +-
.github/workflows/integration-tests-kafka.yml | 2 +-
.github/workflows/integration-tests-slick.yml | 2 +-
project/build.properties | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/integration-tests-cassandra.yml
b/.github/workflows/integration-tests-cassandra.yml
index e781167..39bf45e 100644
--- a/.github/workflows/integration-tests-cassandra.yml
+++ b/.github/workflows/integration-tests-cassandra.yml
@@ -42,7 +42,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
- run: sbt "++${{ matrix.scala-version }} cassandra/it:test" ${{
matrix.sbt-opts }}
+ run: sbt ++${{ matrix.scala-version }} cassandra/IntegrationTest/test
${{ matrix.sbt-opts }}
env: # Disable Ryuk resource reaper since we always spin up fresh VMs
TESTCONTAINERS_RYUK_DISABLED: true
diff --git a/.github/workflows/integration-tests-jdbc.yml
b/.github/workflows/integration-tests-jdbc.yml
index ece3076..f298abe 100644
--- a/.github/workflows/integration-tests-jdbc.yml
+++ b/.github/workflows/integration-tests-jdbc.yml
@@ -46,7 +46,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
- run: sbt "++${{ matrix.scala-version }} jdbc/it:test" ${{
matrix.sbt-opts }}
+ run: sbt ++${{ matrix.scala-version }} jdbc/IntegrationTest/test ${{
matrix.sbt-opts }}
env: # Disable Ryuk resource reaper since we always spin up fresh VMs
TESTCONTAINERS_RYUK_DISABLED: true
diff --git a/.github/workflows/integration-tests-kafka.yml
b/.github/workflows/integration-tests-kafka.yml
index b7bea69..c0f1852 100644
--- a/.github/workflows/integration-tests-kafka.yml
+++ b/.github/workflows/integration-tests-kafka.yml
@@ -42,7 +42,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
- run: sbt "++${{ matrix.scala-version }} kafka-test/it:test" ${{
matrix.sbt-opts }}
+ run: sbt ++${{ matrix.scala-version }} kafka-test/IntegrationTest/test
${{ matrix.sbt-opts }}
env: # Disable Ryuk resource reaper since we always spin up fresh VMs
TESTCONTAINERS_RYUK_DISABLED: true
diff --git a/.github/workflows/integration-tests-slick.yml
b/.github/workflows/integration-tests-slick.yml
index 3c27f76..6654792 100644
--- a/.github/workflows/integration-tests-slick.yml
+++ b/.github/workflows/integration-tests-slick.yml
@@ -46,7 +46,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
- run: sbt "++${{ matrix.scala-version }} slick/it:test" ${{
matrix.sbt-opts }}
+ run: sbt ++${{ matrix.scala-version }} slick/IntegrationTest/test ${{
matrix.sbt-opts }}
env: # Disable Ryuk resource reaper since we always spin up fresh VMs
TESTCONTAINERS_RYUK_DISABLED: true
diff --git a/project/build.properties b/project/build.properties
index 04267b1..081fdbb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]