Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 4, 2024
1 parent 70a61fc commit ac2d0f9
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6, 3.0.1]
scala: [2.12.20, 2.13.6, 3.0.1]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -48,15 +48,15 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- if: matrix.scala == '2.12.14'
- if: matrix.scala == '2.12.20'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6

- if: matrix.scala == '2.12.14'
- if: matrix.scala == '2.12.20'
run: gem install sass

- if: matrix.scala == '2.12.14'
- if: matrix.scala == '2.12.20'
run: gem install jekyll -v 3.2.1

- name: Check that workflows are up to date
Expand All @@ -65,5 +65,5 @@ jobs:
- name: Validate unit tests and binary compatibility
run: sbt --client '++${{ matrix.scala }}; test; mimaReportBinaryIssues'

- if: matrix.scala == '2.12.14'
- if: matrix.scala == '2.12.20'
run: sbt --client '++${{ matrix.scala }}; docs/makeMicrosite'
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val Scala212 = "2.12.14"
val Scala212 = "2.12.20"

ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.6", "3.0.1")
ThisBuild / scalaVersion := Scala212
Expand Down

0 comments on commit ac2d0f9

Please sign in to comment.