From 0f2ec012f22e15edb3779551a4ee07f34414ec45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 19:34:36 +0000 Subject: [PATCH 1/5] Update scala-library, scala-reflect to 2.13.12 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b403e8b..2086dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.0] + scala: [2.12.18, 2.13.12, 3.3.0] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 9eb2a03..284bcdc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild { val scala212 = "2.12.18" - val scala213 = "2.13.11" + val scala213 = "2.13.12" val scala3 = "3.3.0" List( @@ -82,11 +82,11 @@ lazy val core = Seq( datastax % "java-driver-core" % datastaxV, "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0", - zio %% "zio-test" % zioV % Test, - zio %% "zio-test-scalacheck" % zioV % Test, - zio %% "zio-test-sbt" % zioV % Test, + zio %% "zio-test" % zioV % Test, + zio %% "zio-test-scalacheck" % zioV % Test, + zio %% "zio-test-sbt" % zioV % Test, "com.dimafeng" %% "testcontainers-scala" % "0.41.0" % Test, - "com.outr" %% "scribe-slf4j" % "3.12.1" % Test + "com.outr" %% "scribe-slf4j" % "3.12.1" % Test ) val isScala2x = scalaVersion.value.startsWith("2") From 07fc936a4f92a421a645d21e504730ceb022d296 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 19:35:16 +0000 Subject: [PATCH 2/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2086dad..6091f88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,12 +114,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar From f7c952aa319b501474d586424e72c25853bbeb8a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 21:47:26 +0000 Subject: [PATCH 3/5] Revert commit(s) 07fc936, 0f2ec01 --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6091f88..b403e8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.12, 3.3.0] + scala: [2.12.18, 2.13.11, 3.3.0] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -114,12 +114,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12) + - name: Download target directories (2.13.11) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} - - name: Inflate target directories (2.13.12) + - name: Inflate target directories (2.13.11) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 284bcdc..9eb2a03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild { val scala212 = "2.12.18" - val scala213 = "2.13.12" + val scala213 = "2.13.11" val scala3 = "3.3.0" List( @@ -82,11 +82,11 @@ lazy val core = Seq( datastax % "java-driver-core" % datastaxV, "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0", - zio %% "zio-test" % zioV % Test, - zio %% "zio-test-scalacheck" % zioV % Test, - zio %% "zio-test-sbt" % zioV % Test, + zio %% "zio-test" % zioV % Test, + zio %% "zio-test-scalacheck" % zioV % Test, + zio %% "zio-test-sbt" % zioV % Test, "com.dimafeng" %% "testcontainers-scala" % "0.41.0" % Test, - "com.outr" %% "scribe-slf4j" % "3.12.1" % Test + "com.outr" %% "scribe-slf4j" % "3.12.1" % Test ) val isScala2x = scalaVersion.value.startsWith("2") From 40d3e6395b4dbb94466ce60b0bbd116e9a8a99bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 21:47:31 +0000 Subject: [PATCH 4/5] Update scala-library, scala-reflect to 2.13.12 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c091a7..1250b9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index d50ef03..b560dee 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild { val scala212 = "2.12.18" - val scala213 = "2.13.11" + val scala213 = "2.13.12" val scala3 = "3.3.1" List( From ca6f7fdc96745561191e0d060efc59ef412dfaa3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 21:48:06 +0000 Subject: [PATCH 5/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1250b9c..8bce65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,12 +92,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar