Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 2.12.20, 2.11.12]
scala: [2.13.14, 2.12.21, 2.11.12]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/ScalaVer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object ScalaVer {

case object _211 extends ScalaVer("2.11.12")

case object _212 extends ScalaVer("2.12.20")
case object _212 extends ScalaVer("2.12.21")

case object _213 extends ScalaVer("2.13.14")

Expand Down
Loading