Skip to content

Commit

Permalink
Merge pull request #661 from typelevel/update/scala-reflect-2.12.16
Browse files Browse the repository at this point in the history
Update scala-reflect to 2.12.16
  • Loading branch information
danicheg authored Jun 10, 2022
2 parents a6b34e3 + 2748ffe commit d595270
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8, 2.12.15, 3.0.2]
scala: [2.13.8, 2.12.16, 3.0.2]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM]
exclude:
- scala: 2.12.15
- scala: 2.12.16
java: temurin@11
- scala: 3.0.2
java: temurin@11
Expand Down Expand Up @@ -216,22 +216,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.15, rootJS)
- name: Download target directories (2.12.16, rootJS)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS

- name: Inflate target directories (2.12.15, rootJS)
- name: Inflate target directories (2.12.16, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.15, rootJVM)
- name: Download target directories (2.12.16, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM

- name: Inflate target directories (2.12.15, rootJVM)
- name: Inflate target directories (2.12.16, rootJVM)
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
@@ -1,7 +1,7 @@
import com.typesafe.tools.mima.core._

val Scala213 = "2.13.8"
val Scala212 = "2.12.15"
val Scala212 = "2.12.16"
val Scala3 = "3.0.2"

ThisBuild / tlBaseVersion := "2.3"
Expand Down

0 comments on commit d595270

Please sign in to comment.