Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 2, 2024
1 parent 9850f54 commit 094a61a
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.3, 2.12.16, 2.13.8]
scala: [3.1.3, 2.12.16, 2.13.14]
java:
- adopt@1.8
- adopt@1.11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / strictSemVer := false

ThisBuild / crossScalaVersions := Seq("3.1.3", "2.12.16", "2.13.8")
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.12.16", "2.13.14")

ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8", "adopt@1.11", "adopt@1.14", "graalvm-ce-java8@20.2.0")

Expand Down

0 comments on commit 094a61a

Please sign in to comment.