Skip to content

Commit

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

Update scala3-library to 3.3.4 in series/0.x
  • Loading branch information
sh0hei authored Sep 28, 2024
2 parents ac771c5 + 1f8fc76 commit 1b2bae0
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.3, 2.12.19, 2.13.12]
scala: [3.3.4, 2.12.19, 2.13.12]
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.3", "2.12.19", "2.13.12")
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12")

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

Expand Down

0 comments on commit 1b2bae0

Please sign in to comment.