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 25f40a1 commit faaa773Copy full SHA for faaa773
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.11.12, 2.12.13, 2.13.5]
+ scala: [2.11.12, 2.12.15, 2.13.5]
26
java: [adopt@1.8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -7,7 +7,7 @@ import ReleaseTransformations._
7
val Scala211 = "2.11.12"
8
val NativeCond = s"matrix.scala == '$Scala211'"
9
10
-ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.13", "2.13.5")
+ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.15", "2.13.5")
11
ThisBuild / scalaVersion := Scala211
12
13
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
0 commit comments