Skip to content

Commit

Permalink
Merge pull request #388 from scala-steward/update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.3
  • Loading branch information
mergify[bot] authored Jul 10, 2024
2 parents 04c6002 + e97f983 commit 3be9e60
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.18", "2.13.14", "3.3.1"]
scala: ["2.12.18", "2.13.14", "3.3.3"]
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.18"
crossScalaVersions := Seq("2.12.18", "2.13.14", "3.3.1")
crossScalaVersions := Seq("2.12.18", "2.13.14", "3.3.3")

libraryDependencies ++=
Seq(
Expand Down

0 comments on commit 3be9e60

Please sign in to comment.