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 df19298 commit 22dfcd3Copy full SHA for 22dfcd3
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.14, 2.13.6, 3.0.2]
+ scala: [2.12.14, 2.13.6, 3.3.3]
26
java: [adopt@1.8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -1,7 +1,7 @@
1
import ReleaseTransformations._
2
3
ThisBuild / organization := "org.dhallj"
4
-ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6", "3.0.2")
+ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6", "3.3.3")
5
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2")).last
6
7
ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8")
0 commit comments