diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7398dcd..b7bf69dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15, 2.12.17, 3.3.4] + scala: [2.13.16, 2.12.17, 3.3.4] java: - adopt-hotspot@8 - adopt-hotspot@11 diff --git a/build.sbt b/build.sbt index 99c0289e..6733eb27 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.15", "2.12.17", "3.3.4"), + crossScalaVersions := Seq("2.13.16", "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(