From ee204fcb27b25bbb25f8cb2a47412b165f82c9f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 May 2025 21:20:43 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.16 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4625a62..e30544e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.16] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.16] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 11e9d65..909baa2 100644 --- a/build.sbt +++ b/build.sbt @@ -1,23 +1,23 @@ import Dependencies._ // Flags -Global / semanticdbEnabled := true -Global / onChangedBuildSource := ReloadOnSourceChanges -Global / scalacOptions := Seq( +Global / semanticdbEnabled := true +Global / onChangedBuildSource := ReloadOnSourceChanges +Global / scalacOptions := Seq( "-Ywarn-unused", "-Werror", "-feature", "-language:reflectiveCalls", "-deprecation", ) -Global / scalaVersion := "2.13.8" -ThisBuild / versionScheme := Some("early-semver") +Global / scalaVersion := "2.13.16" +ThisBuild / versionScheme := Some("early-semver") ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework") ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11")) ThisBuild / githubWorkflowTargetTags ++= Seq("v*") ThisBuild / githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v")) -ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt( +ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt( List("ci-release"), env = Map( "PGP_PASSPHRASE" -> "${{ secrets.PGP_PASSPHRASE }}", @@ -77,6 +77,6 @@ lazy val zioComposeGraphQL = project.in(file("./compose-graphql")) ZIOTest, ZIOTestSbt, PPrint, - Caliban + Caliban, ), ) From e0fd544f854017d6eed1b024981440c6c34b1060 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 May 2025 21:21:14 +0000 Subject: [PATCH 2/2] 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 e30544e..f323012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,12 +85,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar