Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Update scala3-library to 3.4.1 #176

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 3.0.2]
scala: [2.13.14, 3.4.1]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -111,12 +111,12 @@ jobs:
tar xf targets.tar
rm targets.tar

- name: Download target directories (3.0.2)
- name: Download target directories (3.4.1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}

- name: Inflate target directories (3.0.2)
- name: Inflate target directories (3.4.1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inThisBuild(
)

val Scala213 = "2.13.14"
val Scala3 = "3.0.2"
val Scala3 = "3.4.1"

def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))

Expand Down
Loading