From 5b5eea568a8a7051ad02b7028cf955c75eeb8a2b Mon Sep 17 00:00:00 2001 From: Matthieu Baechler Date: Thu, 14 Nov 2024 17:57:26 +0100 Subject: [PATCH] chore: upgrade scala 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 3173ee53..c1d30434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12, 2.12.17, 3.3.1] + scala: [2.13.14, 2.12.17, 3.3.1] java: - adopt-hotspot@8 - adopt-hotspot@11 diff --git a/build.sbt b/build.sbt index 82e1799d..af8377b7 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ inThisBuild( organizationName := "Antonio Alonso Dominguez", description := "CRON expression parser for Scala", startYear := Some(2017), - crossScalaVersions := Seq("2.13.12", "2.12.17", "3.3.1"), + crossScalaVersions := Seq("2.13.14", "2.12.17", "3.3.1"), homepage := Some(url("https://github.com/alonsodomin/cron4s")), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")), scmInfo := Some(