Skip to content

Commit

Permalink
scala 2.12.18 & sbt 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Jun 1, 2023
1 parent e3e2c54 commit 7404657
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- 2.13.4
- 2.13.3
- 2.13.2
- 2.12.18
- 2.12.17
- 2.12.16
- 2.12.15
Expand Down Expand Up @@ -202,6 +203,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}

- name: Inflate target directories (2.12.18)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17)
uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inThisBuild(Seq(
organization := "com.github.ghik",
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.10", "2.13.9", "2.13.8", "2.13.7", "2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2",
"2.12.17", "2.12.16", "2.12.15", "2.12.14", "2.12.13", "2.11.12"),
"2.12.18", "2.12.17", "2.12.16", "2.12.15", "2.12.14", "2.12.13", "2.11.12"),

githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowJavaVersions := Seq("adopt@1.11"),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version=1.5.5
sbt.version=1.8.3

0 comments on commit 7404657

Please sign in to comment.