From cc8ff8a00bc80e0a4cc997bbfdd5b4b37b12f834 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 01:34:45 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.12 --- .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 10d76d7..92d46d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a62c737..a337e22 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.11") +ThisBuild / crossScalaVersions := Seq("2.13.12") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List()