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 1b2bae0 commit 9e47e54Copy full SHA for 9e47e54
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [3.3.4, 2.12.19, 2.13.12]
+ scala: [3.3.4, 2.12.20, 2.13.12]
26
java: [temurin@11]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"
-ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12")
+ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.20", "2.13.12")
ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")
29
0 commit comments