Skip to content

Commit 91faa66

Browse files
authored
Merge pull request #317 from typelevel/update/scala3-library-3.3.4
Update scala3-library, ... to 3.3.4
2 parents d4574fa + ab29504 commit 91faa66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.17, 2.13.10, 3.3.3]
25+
scala: [2.12.17, 2.13.10, 3.3.4]
2626
java: [zulu@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ThisBuild / organization := "org.typelevel"
55

66
val Scala212 = "2.12.17"
77

8-
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.3")
8+
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.4")
99
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
1010

1111
ThisBuild / githubWorkflowPublishTargetBranches := Seq()

0 commit comments

Comments
 (0)