Skip to content

Commit

Permalink
chore: upgrade scala to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaechler committed Nov 14, 2024
1 parent 80ea743 commit 5b5eea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5b5eea5

Please sign in to comment.