Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 13, 2022
1 parent 6867324 commit 01145d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7, 2.12.15]
scala: [2.13.8, 2.12.15]
java: [zulu@8, zulu@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
scala: [2.13.8]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -115,12 +115,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (2.13.7)
- name: Inflate target directories (2.13.8)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ val akkaHttpVersion = "10.2.7"
val jacksonVersion = "2.13.1"
val swaggerVersion = "2.1.12"

val scala213 = "2.13.7"
val slf4jVersion = "1.7.32"
val scala213 = "2.13.8"
val slf4jVersion = "1.7.33"

ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.15")
Expand Down

0 comments on commit 01145d7

Please sign in to comment.