From 845d289b0af30bcea67961a0eba05d2a2069bbc9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 13:19:42 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.4 --- .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..faa37aae 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.12, 2.12.17, 3.3.4] java: - adopt-hotspot@8 - adopt-hotspot@11 diff --git a/build.sbt b/build.sbt index 82e1799d..1887cf08 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.12", "2.12.17", "3.3.4"), homepage := Some(url("https://github.com/alonsodomin/cron4s")), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")), scmInfo := Some(