Update scala3-library to 3.3.4 (#1506)

* Update scala3-library to 3.3.4

* correctly determine logger class for Scala 3.3.4 stacktraces

Co-Authored-By: Wojciech Mazur <wmazur@virtuslab.com>

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Wojciech Mazur <wmazur@virtuslab.com>
This commit is contained in:
scala-steward-asf[bot] 2024-10-07 14:10:40 +02:00 committed by GitHub
parent b8c3dbe1e4
commit fd9a0a4fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 2 deletions

View file

@ -43,7 +43,7 @@ object Dependencies {
val scala212Version = "2.12.20"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val scala3Version = "3.3.4"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
val reactiveStreamsVersion = "1.0.4"