From 7e15339ce9bd9f4fcc2d22eda35642f5554fc43e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 5 May 2024 08:39:03 +0200 Subject: [PATCH] Update scala-library to 2.13.14 (#290) --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5e552a..aeab6b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.12.19", "2.13.13", "3.2.2"] + scalaVersion: ["2.12.19", "2.13.14", "3.2.2"] runs-on: ubuntu-latest steps: diff --git a/build.sbt b/build.sbt index 35d0009..f64eed9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.19", - crossScalaVersions := Seq("2.12.19", "2.13.13", "3.2.2"), + crossScalaVersions := Seq("2.12.19", "2.13.14", "3.2.2"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),