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
Update scala-library, scala-reflect to 2.12.20
  • Loading branch information
scala-steward committed Sep 6, 2024
commit 077f0429b5bcd2e099d8122f29ab811ed8579226
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:
SCALA_VERSION: ["2.12.19", "2.13.14"]
SCALA_VERSION: ["2.12.20", "2.13.14"]
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object Settings {
(Compile / sourceGenerators) += customSourceGenerators.taskValue
)

private val scala212 = "2.12.19"
private val scala212 = "2.12.20"
private val scala213 = "2.13.14"

private lazy val isAtLeastScala213 = Def.setting {
Expand Down