Skip to content

Commit

Permalink
Merge pull request #499 from typelevel/update/series/0.x/scala3-libra…
Browse files Browse the repository at this point in the history
…ry-3.3.1

Update scala3-library to 3.3.1 in series/0.x
  • Loading branch information
sh0hei authored Sep 9, 2023
2 parents bdfed85 + 547e601 commit b95279c
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.3.0, 2.12.18, 2.13.11]
scala: [3.3.1, 2.12.18, 2.13.11]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / crossScalaVersions := Seq("3.3.0", "2.12.18", "2.13.11")
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.18", "2.13.11")

ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")

Expand Down

0 comments on commit b95279c

Please sign in to comment.