We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513fc14 commit 406824dCopy full SHA for 406824d
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.17, 2.13.10, 3.3.7]
+ scala: [2.12.17, 2.13.17, 3.3.7]
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.17"
7
8
-ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.7")
+ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.17", "3.3.7")
9
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
10
11
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
0 commit comments