Update scala3-library to 3.3.5 (#1755)

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] 2025-01-29 18:34:02 +01:00 committed by GitHub
parent 4b4cd2dcd6
commit 9abe420a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ object Dependencies {
val scala212Version = "2.12.20"
val scala213Version = "2.13.16"
val scala3Version = "3.3.4"
val scala3Version = "3.3.5"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
val reactiveStreamsVersion = "1.0.4"