Skip to content

Commit 1b2bae0

Browse files
authored
Merge pull request #593 from typelevel/update/series/0.x/scala3-library-3.3.4
Update scala3-library to 3.3.4 in series/0.x
2 parents ac771c5 + 1f8fc76 commit 1b2bae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [3.3.3, 2.12.19, 2.13.12]
25+
scala: [3.3.4, 2.12.19, 2.13.12]
2626
java: [temurin@11]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
2323
ThisBuild / publishGithubUser := "djspiewak"
2424
ThisBuild / publishFullName := "Daniel Spiewak"
2525

26-
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
26+
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12")
2727

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

0 commit comments

Comments
 (0)