Skip to content

Commit

Permalink
Merge pull request #133 from scala-steward/update/scala-library-2.13.10
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.10
  • Loading branch information
nafg authored Oct 20, 2022
2 parents 13685ec + 779e6cd commit ab7dce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.8, 3.2.0]
scala: [2.13.10, 3.2.0]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -101,12 +101,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (2.13.8)
- name: Inflate target directories (2.13.10)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pull_request_rules:
- name: Automatically merge successful Scala Steward PRs
conditions:
- author=scala-steward
- check-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.2.0, temurin@11)
actions:
queue: {}
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
ThisBuild / organization := "io.github.nafg.jewish-date"

ThisBuild / scalaVersion := "3.2.0"
ThisBuild / crossScalaVersions := List("2.13.8", (ThisBuild / scalaVersion).value)
ThisBuild / crossScalaVersions := List("2.13.10", (ThisBuild / scalaVersion).value)

ThisBuild / scalacOptions ++=
ScalacOptions.all(scalaVersion.value)(
Expand Down

0 comments on commit ab7dce9

Please sign in to comment.