Update scala3-library to 3.3.3 (#1169)

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-03-09 22:18:10 +01:00 committed by GitHub
parent 06cff559a4
commit 74142920b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ object Dependencies {
val scala212Version = "2.12.19"
val scala213Version = "2.13.13"
val scala3Version = "3.3.1"
val scala3Version = "3.3.3"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
val reactiveStreamsVersion = "1.0.4"