Skip to content

Commit

Permalink
Update scala-reflect to 2.12.16 (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Aug 15, 2022
1 parent 690600e commit f46b013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
matrix:
OS: [ubuntu-latest]
JDK: [8]
SCALA: [2.12.14, 2.12.15, 2.13.7, 2.13.8, 3.1.2, 3.1.3]
SCALA: [2.12.15, 2.12.16, 2.13.7, 2.13.8, 3.1.2, 3.1.3]
include:
- OS: windows-latest
JDK: 8
SCALA: 2.13.8
- OS: ubuntu-latest
JDK: 11
SCALA: 2.12.14
SCALA: 2.12.16
steps:
- name: Don't convert LF to CRLF during checkout
if: runner.os == 'Windows'
Expand Down
4 changes: 2 additions & 2 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ object ScalaVersions {
def scala3 = "3.1.3"
def cross2_3Version = "2.13.7"
def scala213 = "2.13.8"
def scala212 = "2.12.15"
def scala212 = "2.12.16"
val binaries = Seq(scala3, scala213, scala212)
val all = Seq(
scala3, "3.1.2", "3.1.1", "3.1.0",
scala213, "2.13.7", "2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2", "2.13.1",
scala212, "2.12.14", "2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9"
scala212, "2.12.15", "2.12.14", "2.12.13", "2.12.12", "2.12.11", "2.12.10", "2.12.9"
)
}

0 comments on commit f46b013

Please sign in to comment.