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 5c784e9 commit 6cdc6d1Copy full SHA for 6cdc6d1
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.18, 2.13.12, 3.3.1]
+ scala: [2.12.18, 2.13.12, 3.3.7]
26
java: [temurin@8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -1,6 +1,6 @@
1
ThisBuild / organization := "com.github.matsluni"
2
// https://www.scala-lang.org/download/all.html
3
-ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
+ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.7")
4
ThisBuild / scalaVersion := crossScalaVersions.value.last
5
6
ThisBuild / githubWorkflowPublishTargetBranches := Nil
0 commit comments