Skip to content

Commit

Permalink
Merge pull request #248 from scala-steward/update/scala-compiler-2.13.10
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library, ... to 2.13.10
  • Loading branch information
pk044 committed Apr 14, 2023
2 parents 390a54b + fe71c01 commit 9d382b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.8, 3.2.2]
scala: [2.12.17, 2.13.10, 3.2.2]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pull_request_rules:
- author=scala-steward
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@8)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17)
actions:
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 sbt.librarymanagement.ConflictWarning

val scala_2_12 = "2.12.17"
val scala_2_13 = "2.13.8"
val scala_2_13 = "2.13.10"
val scala_32 = "3.2.2"
val mainScalaVersion = scala_32
val supportedScalaVersions = Seq(scala_2_12, scala_2_13, scala_32)
Expand Down

0 comments on commit 9d382b4

Please sign in to comment.