From 80e214a8309b5e141dc1c93879197b91a553a59e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:32:54 +0100 Subject: [PATCH] Update scala-library to 2.13.16 (#356) --- .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 cac4458..1150a7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.12.20", "2.13.15", "3.4.1"] + scalaVersion: ["2.12.20", "2.13.16", "3.4.1"] runs-on: ubuntu-latest steps: diff --git a/build.sbt b/build.sbt index 136161f..24d3a9a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"), + crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),