Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scalaversion: ["2.11.12", "2.12.14", "2.13.6", "3.1.3"]
scalaversion: ["2.11.12", "2.12.15", "2.13.6", "3.1.3"]
steps:

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {

object Ver {
val scala211 = "2.11.12"
val scala212 = "2.12.14"
val scala212 = "2.12.15"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

val scala213 = "2.13.6"
val scala3 = "3.1.3"
}
Expand Down