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
scala-steward committed Sep 6, 2024
1 parent 4ae5a0d commit 1b2cde0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 2.12.18]
scala: [2.13.10, 2.12.20]
java: [adopt-hotspot@8, adopt-hotspot@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -73,21 +73,21 @@ jobs:
- name: Stop docker containers
run: docker-compose down

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

- if: matrix.scala == '2.12.18'
- if: matrix.scala == '2.12.20'
run: gem update --system

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

- if: matrix.scala == '2.12.18'
- if: matrix.scala == '2.12.20'
run: gem install jekyll -v 4

- if: matrix.scala == '2.12.18'
- if: matrix.scala == '2.12.20'
run: sbt ++${{ matrix.scala }} site/makeMicrosite

- name: Compress target directories
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 2.12.18]
scala: [2.13.10, 2.12.20]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtghactions.JavaSpec.Distribution.Adopt

val Scala213 = "2.13.10"
val Scala212 = "2.12.18"
val Scala212 = "2.12.20"
val Java18 = JavaSpec(Adopt, "8")
val Java11 = JavaSpec(Adopt, "11")

Expand Down

0 comments on commit 1b2cde0

Please sign in to comment.