Skip to content

Commit 22dfcd3

Browse files
committed
Update scala3-library to 3.3.3
1 parent df19298 commit 22dfcd3

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.14, 2.13.6, 3.0.2]
25+
scala: [2.12.14, 2.13.6, 3.3.3]
2626
java: [adopt@1.8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ReleaseTransformations._
22

33
ThisBuild / organization := "org.dhallj"
4-
ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6", "3.0.2")
4+
ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6", "3.3.3")
55
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2")).last
66

77
ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8")

0 commit comments

Comments
 (0)