Skip to content

Commit

Permalink
Merge pull request #34 from VirtusLab/bump-scala
Browse files Browse the repository at this point in the history
Bump scala to 3.3.3 and scala-cli to 1.2.2
  • Loading branch information
prolativ committed Apr 16, 2024
2 parents 6f5fbac + c90d46d commit 71b390f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Setup coursier cache
uses: coursier/cache-action@v6.3
- name: Setup scala-cli
uses: VirtusLab/scala-cli-setup@v1.0.6
uses: VirtusLab/scala-cli-setup@v1.2.2
- name: Run tests
run: scala-cli test . --jvm temurin:11
2 changes: 1 addition & 1 deletion project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala "3.3.1"
//> using scala "3.3.3"
//> using dep "org.apache.spark:spark-core_2.13:3.2.0"
//> using dep "org.apache.spark:spark-sql_2.13:3.2.0"
//> using test.dep "org.scalatest::scalatest::3.2.16"

0 comments on commit 71b390f

Please sign in to comment.