diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f78acd..2a78a63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.21] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.21] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -85,12 +85,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.12.20) + - name: Download target directories (2.12.21) uses: actions/download-artifact@v5 with: - name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }} - - name: Inflate target directories (2.12.20) + - name: Inflate target directories (2.12.21) run: | tar xf targets.tar rm targets.tar diff --git a/examples/external-docker-network/project/build.properties b/examples/external-docker-network/project/build.properties index 0b41928..4d5412b 100644 --- a/examples/external-docker-network/project/build.properties +++ b/examples/external-docker-network/project/build.properties @@ -1 +1 @@ -sbt.version = 1.11.7 \ No newline at end of file +sbt.version = 1.12.2 \ No newline at end of file diff --git a/examples/simple/project/build.properties b/examples/simple/project/build.properties index 0b41928..4d5412b 100644 --- a/examples/simple/project/build.properties +++ b/examples/simple/project/build.properties @@ -1 +1 @@ -sbt.version = 1.11.7 \ No newline at end of file +sbt.version = 1.12.2 \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 0b41928..4d5412b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.11.7 \ No newline at end of file +sbt.version = 1.12.2 \ No newline at end of file diff --git a/src/sbt-test/integration-env-sbt/docker-compose-env-termination-strategy-never/project/build.properties b/src/sbt-test/integration-env-sbt/docker-compose-env-termination-strategy-never/project/build.properties index 5358803..98a5b09 100644 --- a/src/sbt-test/integration-env-sbt/docker-compose-env-termination-strategy-never/project/build.properties +++ b/src/sbt-test/integration-env-sbt/docker-compose-env-termination-strategy-never/project/build.properties @@ -1 +1 @@ -# sbt.version = 1.11.7 \ No newline at end of file +# sbt.version = 1.12.2 \ No newline at end of file