Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent 8889fb1 commit 96f5fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.16]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Global / scalacOptions := Seq(
"-language:reflectiveCalls",
"-deprecation",
)
Global / scalaVersion := "2.13.8"
Global / scalaVersion := "2.13.16"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
Expand Down Expand Up @@ -76,6 +76,6 @@ lazy val zioComposeGraphQL = project.in(file("./compose-graphql"))
ZIOTest,
ZIOTestSbt,
PPrint,
Caliban
Caliban,
),
)

0 comments on commit 96f5fe8

Please sign in to comment.