From a556d3f938549f6394de62894149439300d6865c Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:07:41 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .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 5be1189..1d00272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,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 8bf294f..14e7e0d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / homepage := Some(url("https://github.com/Dwolla/cloudflare-lambda")) ThisBuild / description := "cloudflare-lambda lambda function" ThisBuild / licenses += ("MIT", url("https://opensource.org/licenses/MIT")) ThisBuild / startYear := Option(2019) -ThisBuild / scalaVersion := "2.13.8" +ThisBuild / scalaVersion := "2.13.15" ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11")) ThisBuild / githubWorkflowBuild := Seq( WorkflowStep.Sbt(List("test"), name = Option("Run tests")),