We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c71f0f commit 75d1865Copy full SHA for 75d1865
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [3.4.1]
+ scala: [3.4.2]
27
java: [temurin@18]
28
runs-on: ${{ matrix.os }}
29
steps:
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
build.sbt
@@ -38,7 +38,7 @@ lazy val specs2 = project
38
39
/** COMMON SETTINGS */
40
41
-val Scala3 = "3.4.1"
+val Scala3 = "3.4.2"
42
43
lazy val specs2Settings = Seq(
44
organization := "org.specs2",
0 commit comments