Skip to content

Commit

Permalink
Update scala3-library to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 3, 2025
1 parent 902f880 commit b6a4b9d
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: ["2.12.20", "2.13.15", "3.3.4"]
scala: ["2.12.20", "2.13.15", "3.3.5"]
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inThisBuild(
)

scalaVersion := "2.12.20"
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4")
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.5")

libraryDependencies ++=
Seq(
Expand Down

0 comments on commit b6a4b9d

Please sign in to comment.