Skip to content

Commit f34661a

Browse files
Update scala-library to 2.13.11
1 parent b8ac21c commit f34661a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macos-latest]
31-
scala: [3.3.0, 2.12.17, 2.13.10]
31+
scala: [3.3.0, 2.12.17, 2.13.11]
3232
java: [temurin@17]
3333
project: [rootJS, rootJVM, rootNative]
3434
exclude:
@@ -106,7 +106,7 @@ jobs:
106106
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' doc
107107

108108
- name: Scalafix tests
109-
if: matrix.scala == '2.13.10' && matrix.project == 'rootJVM'
109+
if: matrix.scala == '2.13.11' && matrix.project == 'rootJVM'
110110
run: |
111111
cd scalafix
112112
sbt testCI

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ThisBuild / organization := "co.fs2"
88
ThisBuild / organizationName := "Functional Streams for Scala"
99
ThisBuild / startYear := Some(2013)
1010

11-
val NewScala = "2.13.10"
11+
val NewScala = "2.13.11"
1212

1313
ThisBuild / crossScalaVersions := Seq("3.3.0", "2.12.17", NewScala)
1414
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")

0 commit comments

Comments
 (0)