Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 27, 2024
1 parent a33595c commit c419eb5
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.3.4, 2.12.16, 2.13.8]
java:
- [email protected]
- [email protected]
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.3.4", "2.12.16", "2.13.8")

ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]", "[email protected]", "[email protected]", "[email protected]")

Expand Down

0 comments on commit c419eb5

Please sign in to comment.