Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed May 17, 2024
1 parent 3fc22fb commit 86344c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.15, 2.13.8]
scala: [2.12.15, 2.13.14]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -52,13 +52,13 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

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

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

- if: matrix.scala == '2.13.8'
- if: matrix.scala == '2.13.14'
run: sbt ++${{ matrix.scala }} docs/makeMicrosite

publish:
Expand All @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.14]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
run: sbt ++${{ matrix.scala }} ci-release

- name: Publish microsite
run: sbt ++${{ matrix.scala }} ++2.13.8 docs/publishMicrosite
run: sbt ++${{ matrix.scala }} ++2.13.14 docs/publishMicrosite
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val Scala213 = "2.13.8"
val Scala213 = "2.13.14"

ThisBuild / crossScalaVersions := Seq("2.12.15", Scala213)
ThisBuild / scalaVersion := crossScalaVersions.value.last
Expand Down

0 comments on commit 86344c2

Please sign in to comment.