Skip to content

Commit

Permalink
scala 3.3.1 (#632)
Browse files Browse the repository at this point in the history
* scala 3.3.1

* Update Player.scala

---------

Co-authored-by: kerr <[email protected]>
(cherry picked from commit 8d34f80)
  • Loading branch information
pjfanning authored and mdedetrich committed Oct 21, 2023
1 parent 2156141 commit 577715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Dependencies {
val scala213Version = "2.13.11"
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
// and restored static forwarders
val scala3Version = "3.3.0"
val scala3Version = "3.3.1"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

val reactiveStreamsVersion = "1.0.4"
Expand Down

0 comments on commit 577715c

Please sign in to comment.