Skip to content

Commit

Permalink
chore: Update all places to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 25, 2024
1 parent 0599998 commit 56554b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
java-version: 11
distribution: adopt
- run: sbt '++2.13.14 test'
- run: sbt '++2.13.15 test'
shell: bash
test:
name: ${{ matrix.command }} ${{ matrix.java }}
Expand All @@ -55,7 +55,7 @@ jobs:
# Test legacy Scala versions, where reporting API changed
- "'++2.12.12! testAllNonNative'" # compiler version too old for Scala Native
- "'++2.12.19 test'"
- "'++2.13.14 test'"
- "'++2.13.15 test'"
# Minimal supported version
- "'++3.3.3 test'"
- "scripted"
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pull_request_rules:
- check-success=Windows
- check-success="'++2.12.12! test' adopt@1.11"
- check-success="'++2.12.19 test' adopt@1.11"
- check-success="'++2.13.14 test' adopt@1.11"
- check-success="'++2.13.15 test' adopt@1.11"
- check-success="'++3.3.3 test' adopt@1.11"
- check-success="scripted adopt@1.11"
- check-success="'++2.12.12! test' 17"
- check-success="'++2.12.19 test' 17"
- check-success="'++2.13.14 test' 17"
- check-success="'++2.13.15 test' 17"
- check-success="'++3.3.3 test' 17"
- check-success=scripted 17
actions:
Expand Down
2 changes: 1 addition & 1 deletion mdoc-sbt/src/sbt-test/sbt-mdoc/basic/test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> ++2.12.19 mdoc
> check
> ++2.13.14 mdoc
> ++2.13.15 mdoc
> check
> ++3.3.3 mdoc
> check
Expand Down

0 comments on commit 56554b0

Please sign in to comment.