We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef56bcd + 91faa66 commit 370d8dfCopy full SHA for 370d8df
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.20, 2.13.10, 3.3.3]
+ scala: [2.12.20, 2.13.10, 3.3.4]
26
java: [zulu@8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -5,7 +5,7 @@ ThisBuild / organization := "org.typelevel"
5
6
val Scala212 = "2.12.20"
7
8
-ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.3")
+ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.4")
9
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
10
11
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
0 commit comments