Skip to content

Commit

Permalink
Merge pull request #151 from scala-steward/update/scala3-library-3.1.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.1.3
  • Loading branch information
sh0hei authored Jul 22, 2022
2 parents 1e61087 + 32c1511 commit 6a15ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.12.16, 2.13.8, 3.1.2]
scala: [2.12.16, 2.13.8, 3.1.3]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.2]
scala: [3.1.3]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -123,12 +123,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.2)
- name: Download target directories (3.1.3)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}

- name: Inflate target directories (3.1.2)
- name: Inflate target directories (3.1.3)
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 @@ -15,7 +15,7 @@ homepage := Some(url("http://sangria-graphql.github.io/"))
licenses := Seq(
"Apache License, ASL Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))

ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.2")
ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.3")
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / githubWorkflowPublishTargetBranches := List()
ThisBuild / githubWorkflowBuildPreamble ++= List(
Expand Down

0 comments on commit 6a15ecf

Please sign in to comment.