Skip to content

Commit

Permalink
align scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Feb 5, 2023
1 parent 627be5f commit 1b6db0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.6, 2.13.10]
scala: [2.12.16, 2.13.10]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -97,12 +97,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (2.12.6)
- name: Inflate target directories (2.12.16)
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 @@ -8,7 +8,7 @@ name := "play-json-zipper"
version := "2.0.1"


val scala12Version = "2.12.6"
val scala12Version = "2.12.16"
val scala13Version = "2.13.10"

val currentScalaVersion = scala13Version
Expand Down

0 comments on commit 1b6db0d

Please sign in to comment.