Skip to content

Commit 94c5af0

Browse files
Update scala3-library to 3.7.4 (#451)
* Update scala3-library to 3.7.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 3978333 commit 94c5af0

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
scala: [2.11.12, 2.12.20, 2.13.17, 3.7.3]
27+
scala: [2.11.12, 2.12.20, 2.13.17, 3.7.4]
2828
java: [temurin@11, temurin@17]
2929
runs-on: ${{ matrix.os }}
3030
steps:

project/ScalaVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object ScalaVersions {
22
val scala211 = "2.11.12"
33
val scala212 = "2.12.20"
44
val scala213 = "2.13.17"
5-
val scala3 = "3.7.3"
5+
val scala3 = "3.7.4"
66

77
def allScalaVersions(excluding: String => Boolean = _ => false): List[String] =
88
List(scala211, scala212, scala213, scala3).filterNot(excluding)

0 commit comments

Comments
 (0)