Skip to content

Commit

Permalink
Merge branch 'main' into scalafix-simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
zmccoy authored Jul 6, 2023
2 parents 17b555b + 3cf4665 commit 5049d95
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 @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17]
scala: [2.12.18]
java: [temurin@11, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -177,12 +177,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.17)
- name: Download target directories (2.12.18)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18

- name: Inflate target directories (2.12.17)
- name: Inflate target directories (2.12.18)
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 @@ -20,7 +20,7 @@ lazy val core = project
)

ThisBuild / tlBaseVersion := "0.1"
ThisBuild / crossScalaVersions := Seq("2.12.17")
ThisBuild / crossScalaVersions := Seq("2.12.18")
ThisBuild / developers := List(
tlGitHubDev("lorandszakacs", "Loránd Szakács")
)
Expand Down

0 comments on commit 5049d95

Please sign in to comment.