Skip to content

Commit 75d1865

Browse files
Update scala3-library, ... to 3.4.2 (#1238)
* Update scala3-library, ... to 3.4.2 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 1c71f0f commit 75d1865

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [3.4.1]
26+
scala: [3.4.2]
2727
java: [temurin@18]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest]
59-
scala: [3.4.1]
59+
scala: [3.4.2]
6060
java: [temurin@18]
6161
runs-on: ${{ matrix.os }}
6262
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val specs2 = project
3838

3939
/** COMMON SETTINGS */
4040

41-
val Scala3 = "3.4.1"
41+
val Scala3 = "3.4.2"
4242

4343
lazy val specs2Settings = Seq(
4444
organization := "org.specs2",

0 commit comments

Comments
 (0)