From c645baac74d5f4f94bf72f8a1c95a963e1ed1966 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 00:07:25 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c72314..030ea88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 788e7da..4094876 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ version := "0.1.0-SNAPSHOT" description := "An example GraphQL server written with akka-http, circe and sangria." -ThisBuild / crossScalaVersions := Seq("2.13.13") +ThisBuild / crossScalaVersions := Seq("2.13.14") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List()