Skip to content

Commit

Permalink
Merge pull request #258 from scala-steward/update/scala-library-2.13.8
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.8
  • Loading branch information
ChristopherDavenport authored Jul 23, 2022
2 parents fb2eed5 + c5f8b3d commit 67bb958
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.6, 3.0.0]
scala: [2.12.16, 2.13.8, 3.0.0]
java: [adopt@1.8, adopt@1.11]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -50,13 +50,13 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Setup Ruby
if: matrix.scala == '2.13.6'
if: matrix.scala == '2.13.8'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1

- name: Install microsite dependencies
if: matrix.scala == '2.13.6'
if: matrix.scala == '2.13.8'
run: |
gem install saas
gem install jekyll -v 4.2.0
Expand All @@ -66,7 +66,7 @@ jobs:

- run: sbt --client '++${{ matrix.scala }}; test; mimaReportBinaryIssues'

- if: matrix.scala == '2.13.6'
- if: matrix.scala == '2.13.8'
run: sbt --client '++${{ matrix.scala }}; site/makeMicrosite'

publish:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.6", "3.0.0")
ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.0.0")

val catsV = "2.6.1"
val catsTestkitV = "2.1.5"
Expand Down

0 comments on commit 67bb958

Please sign in to comment.