Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 16, 2024
1 parent d85b460 commit f4e00f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
with:
fetch-depth: '0'
- name: Test
if: ${{ (matrix.java == '17') && (matrix.scala == '2.13.10') }}
if: ${{ (matrix.java == '17') && (matrix.scala == '2.13.14') }}
run: 'sbt ++${{ matrix.scala }} slf4j/test slf4jBridge/test jpl/test slf4j2/test slf4j2Bridge/test coreJS/test coreJVM/test '
- name: Test
if: ${{ (matrix.java == '8') && (matrix.scala == '2.13.10') }}
if: ${{ (matrix.java == '8') && (matrix.scala == '2.13.14') }}
run: 'sbt ++${{ matrix.scala }} coreJS/test slf4jBridge/test coreJVM/test slf4j/test '
- name: Test
if: ${{ (matrix.java == '8') && (matrix.scala == '2.12.17') }}
Expand All @@ -104,7 +104,7 @@ jobs:
if: ${{ (matrix.java == '17') && (matrix.scala == '2.12.17') }}
run: 'sbt ++${{ matrix.scala }} slf4j/test slf4jBridge/test jpl/test slf4j2/test slf4j2Bridge/test coreJS/test coreJVM/test '
- name: Test
if: ${{ (matrix.java == '11') && (matrix.scala == '2.13.10') }}
if: ${{ (matrix.java == '11') && (matrix.scala == '2.13.14') }}
run: 'sbt ++${{ matrix.scala }} slf4j/test slf4jBridge/test jpl/test slf4j2/test slf4j2Bridge/test coreJS/test coreJVM/test '
- name: Test
if: ${{ (matrix.java == '17') && (matrix.scala == '3.3.0') }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inThisBuild(
),
zioVersion := "2.1.1",
scala212 := "2.12.17",
scala213 := "2.13.10",
scala213 := "2.13.14",
scala3 := "3.3.0",
javaPlatform := "11",
javaPlatforms := Seq("11", "17")
Expand Down

0 comments on commit f4e00f2

Please sign in to comment.