Skip to content

Commit 9e47e54

Browse files
Update scala-library to 2.12.20 in series/0.x
1 parent 1b2bae0 commit 9e47e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [3.3.4, 2.12.19, 2.13.12]
25+
scala: [3.3.4, 2.12.20, 2.13.12]
2626
java: [temurin@11]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
2323
ThisBuild / publishGithubUser := "djspiewak"
2424
ThisBuild / publishFullName := "Daniel Spiewak"
2525

26-
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.19", "2.13.12")
26+
ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.20", "2.13.12")
2727

2828
ThisBuild / githubWorkflowTargetBranches := Seq("series/0.x")
2929

0 commit comments

Comments
 (0)