Update scala-library to 2.12.19 (#1151)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2024-02-27 11:39:26 +08:00 committed by GitHub
parent 613a45bad9
commit b1418b076b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ object Dependencies {
val jacksonCoreVersion = "2.16.1"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.18"
val scala212Version = "2.12.19"
val scala213Version = "2.13.12"
val scala3Version = "3.3.1"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)