Skip to content

Commit 02b0240

Browse files
Update scala-library to 2.12.19
1 parent a4c7845 commit 02b0240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.17, 2.13.10, 3.3.1]
25+
scala: [2.12.19, 2.13.10, 3.3.1]
2626
java: [temurin@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:
@@ -43,9 +43,9 @@ jobs:
4343
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
4444

4545
- name: Build and test all rules
46-
if: matrix.scala == '2.12.17'
46+
if: matrix.scala == '2.12.19'
4747
run: sbt '++ ${{ matrix.scala }}' test
4848

4949
- name: Build annotations
50-
if: matrix.scala != '2.12.17'
50+
if: matrix.scala != '2.12.19'
5151
run: 'sbt ''++ ${{ matrix.scala }}'' annotation/test:compile annotationJS/test:compile'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ReleaseTransformations._
33

44
ThisBuild / organization := "org.typelevel"
55

6-
val Scala212 = "2.12.17"
6+
val Scala212 = "2.12.19"
77

88
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.10", "3.3.1")
99
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head

0 commit comments

Comments
 (0)