From 37563578c91686e96f5e4843896321ddfbd32c2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:28:32 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 983ad26..465f203 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.15] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.15] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 345e13d..bd011e6 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ Global / scalacOptions := Seq( "-language:reflectiveCalls", "-deprecation", ) -Global / scalaVersion := "2.13.8" +Global / scalaVersion := "2.13.15" ThisBuild / versionScheme := Some("early-semver") ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework") ThisBuild / githubWorkflowTargetTags ++= Seq("v*") @@ -76,6 +76,6 @@ lazy val zioComposeGraphQL = project.in(file("./compose-graphql")) ZIOTest, ZIOTestSbt, PPrint, - Caliban + Caliban, ), )