Skip to content

Commit 71b390f

Browse files
authored
Merge pull request #34 from VirtusLab/bump-scala
Bump scala to 3.3.3 and scala-cli to 1.2.2
2 parents 6f5fbac + c90d46d commit 71b390f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup coursier cache
1616
uses: coursier/[email protected]
1717
- name: Setup scala-cli
18-
uses: VirtusLab/scala-cli-setup@v1.0.6
18+
uses: VirtusLab/scala-cli-setup@v1.2.2
1919
- name: Run tests
2020
run: scala-cli test . --jvm temurin:11

project.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//> using scala "3.3.1"
1+
//> using scala "3.3.3"
22
//> using dep "org.apache.spark:spark-core_2.13:3.2.0"
33
//> using dep "org.apache.spark:spark-sql_2.13:3.2.0"
44
//> using test.dep "org.scalatest::scalatest::3.2.16"

0 commit comments

Comments
 (0)