Skip to content

Commit 49c2176

Browse files
Update scala3-library to 3.7.0 (#405)
* Update scala3-library to 3.7.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 59f2acc commit 49c2176

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.16, 3.6.4]
27+
scala: [2.11.12, 2.12.20, 2.13.16, 3.7.0]
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.16"
5-
val scala3 = "3.6.4"
5+
val scala3 = "3.7.0"
66

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

0 commit comments

Comments
 (0)