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:
parent
b8c3dbe1e4
commit
fd9a0a4fc0
2 changed files with 16 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue