From 243f87da5ef215f7d395d5a4be510f4ced1331c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 23:08:51 +0000 Subject: [PATCH 1/8] Update scala3-library to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9371adc..0b479eb 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck //Scala versions supported val scala213 = "2.13.6" val scala212 = "2.12.13" -val scala3 = "3.1.1" +val scala3 = "3.1.3" // Project setup inThisBuild( From 097dec9a85985783077c4ba6f6e717d90f515378 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 23:09:21 +0000 Subject: [PATCH 2/8] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e86709..8d1b0fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1, 2.13.6, 2.12.13] + scala: [3.1.3, 2.13.6, 2.12.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.1) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.1) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar From 31c84860362d1546e35c1b73fe74ea7702350e12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Sep 2022 19:48:07 +0000 Subject: [PATCH 3/8] Update fs2-core, fs2-io, ... to 3.2.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9371adc..4349581 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val amazonV = "2.17.191" val catsV = "2.7.0" val catsEffectV = "3.3.12" -val fs2V = "3.2.7" +val fs2V = "3.2.14" val log4catsV = "1.2.0" val refinedV = "0.9.29" val collectionCompatV = "2.7.0" From e3d495500926e7c5fc99121fda66fb280c0fa801 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 21:09:03 +0000 Subject: [PATCH 4/8] Revert commit(s) 097dec9, 243f87d --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1b0fe..4e86709 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3, 2.13.6, 2.12.13] + scala: [3.1.1, 2.13.6, 2.12.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.3) + - name: Download target directories (3.1.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.1.1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 0b479eb..9371adc 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck //Scala versions supported val scala213 = "2.13.6" val scala212 = "2.12.13" -val scala3 = "3.1.3" +val scala3 = "3.1.1" // Project setup inThisBuild( From f8dfc112aeba313aa6c92fcf244d9daf9afd1d8d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 21:09:10 +0000 Subject: [PATCH 5/8] Update scala3-library to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00c301b..cb34eed 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck //Scala versions supported val scala213 = "2.13.10" val scala212 = "2.12.13" -val scala3 = "3.1.1" +val scala3 = "3.1.3" // Project setup inThisBuild( From 672e2b587dfaf4474fc88e227598b775b6591c3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Jan 2023 21:09:39 +0000 Subject: [PATCH 6/8] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ca877..5e90e8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1, 2.13.10, 2.12.13] + scala: [3.1.3, 2.13.10, 2.12.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.1) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.1) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar From 918196de862e653c4fc363fee4f3a3d1c961c59a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jul 2023 20:38:03 +0000 Subject: [PATCH 7/8] Update sbt to 1.9.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 4ff6415..e2e1cd8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 \ No newline at end of file +sbt.version=1.9.3 \ No newline at end of file From 08d8b3ee251fa800b660518211b84885c55366f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Aug 2023 03:50:36 +0000 Subject: [PATCH 8/8] Update s3, sdk-core, sqs to 2.20.129 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00c301b..0f2d88d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ //Core deps -val amazonV = "2.17.295" +val amazonV = "2.20.129" val catsV = "2.7.0" val catsEffectV = "3.3.12" val fs2V = "3.2.7"