Skip to content
Open
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 from 2.12.20 to 2.12.21
  • Loading branch information
scala-steward-baeldung[bot] committed Dec 13, 2025
commit 54f0d034bdd914bd450456a854deeb4062eb5772
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ object ScalaVersions {
@deprecated(
"Use Scala 2.13 or Scala 3. Don't use 2.12 unless it is a specific feature in 2.12."
)
val scala212Version = "2.12.20"
val scala212Version = "2.12.21"
}